added callback to third party support section for ease of navigation

This commit is contained in:
Knox Lively
2024-04-10 12:26:24 -06:00
parent 08e92bf648
commit 461aa01292
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -7,6 +7,10 @@ description: 'Get LocalAI up and running in Wave AI'
**Note:** At the moment, Wave's integration with LocalAI only supports their LLM features. Image generation, audio processing, speech to text, and other capabilities are not yet available but may be added in future updates.
<Tip>
To see a full list of supported LLMs, please visit the [Third-Party LLM Support](/features/waveAI#third-party-llm-support) section in the Wave AI features page.
</Tip>
## Installation
Please visit LocalAI's [quickstart](https://localai.io/basics/getting_started/) guide for instructions on downloading and installing LocalAI.
+4
View File
@@ -5,6 +5,10 @@ description: 'Get Ollama up and running in Wave AI'
[Ollama](https://ollama.com/) is an open-source language model that offers a powerful and flexible alternative to proprietary LLMs, allowing you to run the model locally or on your own server infrastructure. Ollama provides high-quality language generation and understanding capabilities while giving you full control over your data and privacy.
<Tip>
To see a full list of supported LLMs, please visit the [Third-Party LLM Support](/features/waveAI#third-party-llm-support) section in the Wave AI features page.
</Tip>
## Installation
Please visit Ollama's [GitHub](https://github.com/ollama/ollama?tab=readme-ov-file) page for instructions on downloading and installing Ollama, as well as a quickstart guide and a full list of supported models.