You've already forked waveterm-docs-old
mirror of
https://github.com/wavetermdev/waveterm-docs-old.git
synced 2026-04-22 15:22:42 -07:00
put providers in an accordian group
This commit is contained in:
+15
-5
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user