From 461aa01292a0a3981d783410f1e05c35028297c1 Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Wed, 10 Apr 2024 12:26:24 -0600 Subject: [PATCH] added callback to third party support section for ease of navigation --- features/supportedLLMs/localai.mdx | 4 ++++ features/supportedLLMs/ollama.mdx | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/features/supportedLLMs/localai.mdx b/features/supportedLLMs/localai.mdx index fa005b7..f0c9959 100644 --- a/features/supportedLLMs/localai.mdx +++ b/features/supportedLLMs/localai.mdx @@ -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. + +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. + + ## Installation Please visit LocalAI's [quickstart](https://localai.io/basics/getting_started/) guide for instructions on downloading and installing LocalAI. diff --git a/features/supportedLLMs/ollama.mdx b/features/supportedLLMs/ollama.mdx index da89930..9c80c32 100644 --- a/features/supportedLLMs/ollama.mdx +++ b/features/supportedLLMs/ollama.mdx @@ -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. + +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. + + ## 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.