Hello Developers!
Recently, I released a new Lioric version 0.1.9
Now our Lioric Widget is completely customizable according to your website UI.
Changes happened in this update:
Now the model props in the Lioric tag are optional; you can just leave those props, our widget automatically takes the model name as "gemini-3-flash-preview." In the future, if we introduce any other models, you can just specify that model using the prop name as "model" as before.
Another major update about Liroic Widget, Now the Liroic Widget is completely customizable, starting from the widget logo to all the colours and Assistant name etc. Now the user can update the colors and the logo according to their website UI.
Updated Tag :
<Lioric
apiKey="lioric_live_..."
llmApiKey="your_gemini_api_key"
assistantName="your_assisstant_name"
logoSrc="/brand-bot.gif"
logoAlt="Lioric"
theme={{
accentColor: "#2563eb",
launcherBackground: "#111827",
userMessageBackground: "#2563eb",
assistantMessageBackground: "#f8fafc",
assistantMessageTextColor: "#0f172a"
}}
position="bottom-left"
/>
Note: The theme prop is completely optional. If you don't want the customized colors, you can just remove them and use the default colors. same with logoAlt and logoSrc as well. All the customizations are not necessary.
That's all, Thanks!
Stay tuned for future updates with me...
Author/Builder : Vinnugollakoti
Top comments (0)