diff --git a/features/waveAI.mdx b/features/waveAI.mdx index d33f900..c19be72 100644 --- a/features/waveAI.mdx +++ b/features/waveAI.mdx @@ -49,11 +49,21 @@ Wave AI supports various third-party Large Language Model providers, allowing yo To get started with a specific integration, simply click on the integration to access the setup instructions and configuration details for that particular LLM provider. ### Supported LLM Providers: -* [llamap.cpp](/features/supportedLLMs/llamacpp) -* [LMStudio](/features/supportedLLMs/lmstudio) -* [LocalAI](/features/supportedLLMs/localai) -* [Ollama](/features/supportedLLMs/ollama) -* [BYOLLM (Bring Your Own LLM)](/features/supportedLLMs/BYOLLM) + + + - [llama.cpp](/features/supportedLLMs/llamacpp) + - [LM Studio](/features/supportedLLMs/lmstudio) + - [LocalAI](/features/supportedLLMs/localai) + - [Ollama](/features/supportedLLMs/ollama) + - [BYOLLM (Bring Your Own LLM)](/features/supportedLLMs/byollm) + + + + + + + + **Note:** Currently, Wave's third-party LLM integration supports language models that are compatible with [OpenAI's Chat Completions API](https://platform.openai.com/docs/api-reference/chat). We are actively working on expanding our integrations to support a wider range of LLM providers and API formats in the near future.