lioric-react
v0.1.6
Published
React chatbot widget for Lioric project client keys.
Readme
lioric-react
React chatbot widget for Lioric project client keys.
import { Lioric } from "lioric-react";
export function App() {
return (
<Lioric
apiKey="lioric_live_..."
llmApiKey="your_gemini_api_key"
model="gemini-3-flash-preview"
position="bottom-left"
/>
);
}For local development against the Lioric backend:
<Lioric
apiKey="lioric_live_..."
llmApiKey="your_gemini_api_key"
model="gemini-3-flash-preview"
apiUrl="http://localhost:4000/v1/chat"
/>