**LLM Connector** is a plugin that provides out-of-the-box integrations with large language models (LLMs). The plugin ships with built-in support for 4 default LLM providers which are [**OpenAI**](docs/providers/OpenAI),[**Gemini**](/docs/providers//Gemini), [**WebLlm (in-browser)**](/docs/providers/WebLlm) and [**Wllama (in-browser)**](docs/providers/Wllama). Developers may also create their own providers beyond those that are provided to support niche or custom use cases. The plugin also provides generalized configurations for managing streaming behavior, chat history inclusion and audio output, greatly simplifying the amount of custom logic required from developers.
0 commit comments