From d59f512573a59bfc5062e641289027265d7628e0 Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Tue, 14 May 2024 15:47:27 -0600 Subject: [PATCH] renamed the BYOLLM local option to generic, as to not confusing with the feature branding --- features/supportedLLMs/{BYOLLM.mdx => generic.mdx} | 6 +++--- features/waveAI.mdx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename features/supportedLLMs/{BYOLLM.mdx => generic.mdx} (93%) diff --git a/features/supportedLLMs/BYOLLM.mdx b/features/supportedLLMs/generic.mdx similarity index 93% rename from features/supportedLLMs/BYOLLM.mdx rename to features/supportedLLMs/generic.mdx index cf16a05..fe10010 100644 --- a/features/supportedLLMs/BYOLLM.mdx +++ b/features/supportedLLMs/generic.mdx @@ -1,11 +1,11 @@ --- -title: 'BYOLLM' -description: 'Get up and running with your own LLM' +title: 'Generic (Bring Your Own)' +description: 'Get up and running with your own LLM provider' --- Wave AI supports the integration of any LLM provider that uses the [OpenAI Chat Completions API](https://platform.openai.com/docs/api-reference/chat). This feature allows you to bring your own compatible LLM provider and seamlessly integrate it into your workflow. -While we strive to test and include as many LLM providers as possible, we simply cannot add them all. This is where BYOLLM comes in — it allows you to configure your own LLM provider with just a couple of simple changes, even if it's not officially listed as supported by Wave AI. +While we strive to test and include as many LLM providers as possible, we simply cannot add them all. This is where the ability to add your own, custom LLM comes in — it allows you to configure your own LLM provider with just a couple of simple changes, even if it's not officially listed as supported by Wave AI. To see a full list of supported LLM providers, please visit the [Third-Party LLM Support](/features/waveAI#third-party-llm-support-byollm) section in the Wave AI features page. diff --git a/features/waveAI.mdx b/features/waveAI.mdx index 8053b5c..8b279bb 100644 --- a/features/waveAI.mdx +++ b/features/waveAI.mdx @@ -55,7 +55,7 @@ To get started with a specific integration, simply click on the provider to acce - [LM Studio](/features/supportedLLMs/lmstudio) - [LocalAI](/features/supportedLLMs/localai) - [Ollama](/features/supportedLLMs/ollama) - - [BYOLLM (Bring Your Own LLM)](/features/supportedLLMs/BYOLLM) + - [Generic (Bring Your Own)](/features/supportedLLMs/generic)