put providers in an accordian group

This commit is contained in:
Knox Lively
2024-05-07 00:57:25 -06:00
parent 45f4afc88d
commit 0c38f754ff
+15 -5
View File
@@ -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)
<AccordionGroup>
<Accordion title="Local LLM Providers">
- [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)
</Accordion>
</AccordionGroup>
<AccordionGroup>
<Accordion title="Cloud-based LLM Providers">
</Accordion>
</AccordionGroup>
**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.