From 0c38f754ff2dd5534b58ec17d490e063d5300a6e Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Tue, 7 May 2024 00:57:25 -0600 Subject: [PATCH] put providers in an accordian group --- features/waveAI.mdx | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) 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.