š Built a plugin to integrate with LLMs in React ChatBotify (Supports Browser Models too!)
Hey everyone! š
I'm the maintainer of [**React ChatBotify**](https://react-chatbotify.com/), a small open-source React library for quickly spinning up chatbots. I have been working on simplifying LLM integrations in the library, and have recently released the [**LLM Connector**](https://www.npmjs.com/package/@rcb-plugins/llm-connector) plugin. It ships with built-in support for OpenAI, Google Gemini and Browser models, pretty much allowing developers to easily have LLM chatbots on their website.
There're a couple of live examples here showing how it works:
- [**Browser Models Example**](https://react-chatbotify.com/docs/examples/llm_conversation)
- [**OpenAI Example**](https://react-chatbotify.com/docs/examples/openai_integration)
- [**Gemini Example**](https://react-chatbotify.com/docs/examples/gemini_integration)
The plugin is very new and Iām looking for feedback or suggestions to improve it - so if this feels like something useful to anyone, please do share your thoughts! š