From 53037b3c9298e73a621704f87fbddb75a89e263d Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Wed, 10 Apr 2024 09:46:41 -0600 Subject: [PATCH] added section to disable wave ai and mention of gpt-compatible api --- features/waveAI.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/features/waveAI.mdx b/features/waveAI.mdx index 776ba07..8c37170 100644 --- a/features/waveAI.mdx +++ b/features/waveAI.mdx @@ -50,6 +50,11 @@ To get started with a specific integration, simply click on the integration to a ### Supported LLM's: * [Ollama](/features/supportedLLMs/ollama) +**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 LLMs and API formats in the near future. + +## Disabling Wave AI + +Wave AI functionality can be disabled by simply turning telemetry off. This can be done in the UI under "Settings", or by issuing the [/telemetry:off](/reference/slashcommands#telemetry-off) command. ## Future Plans We're excited about the future of Wave AI and have plans to expand its capabilities. In the near future, we'll be expanding our BYOLLM (Bring Your Own Large Language Model) offerings to include more integrations around popular cloud-based models like Anthropic's Claude, Google's Gemini, and more. \ No newline at end of file