From 302ac75c29ebb8982f74646d175db61821de8bb8 Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Sat, 4 May 2024 00:43:57 -0600 Subject: [PATCH] revised troubleshooting tip for local llm and fixed typo in release notes --- features/supportedLLMs/BYOLLM.mdx | 4 ++++ features/supportedLLMs/localai.mdx | 5 +++-- features/supportedLLMs/ollama.mdx | 4 +++- releasenotes.mdx | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/features/supportedLLMs/BYOLLM.mdx b/features/supportedLLMs/BYOLLM.mdx index ff41551..73554f7 100644 --- a/features/supportedLLMs/BYOLLM.mdx +++ b/features/supportedLLMs/BYOLLM.mdx @@ -48,6 +48,10 @@ If you encounter issues while using your own LLM provider with Wave AI, consider - **Incorrect model selection:** If you have multiple LLMs installed, make sure to set the `aimodel` parameter to the specific model you want to use. - **Unexpected behavior or inconsistent results:** If you encounter unexpected behavior or inconsistent results when using your own LLM provider with Wave AI, try [resetting](#reset-wave-ai) the `aibaseurl` and `aimodel` parameters to their default values and reconfiguring your LLM provider from scratch. This can help rule out any configuration issues that might be causing problems. + +If you continue to face issues after trying these troubleshooting steps, feel free to reach out to us on [Discord](https://discord.gg/XfvZ334gwU). + + ## Reset Wave AI At any time if you find that you wish to return to the default Wave AI experience, you can reset the `aibaseurl` and `aimodel` parameters to their default state by using the following commands. diff --git a/features/supportedLLMs/localai.mdx b/features/supportedLLMs/localai.mdx index 110abbf..6169937 100644 --- a/features/supportedLLMs/localai.mdx +++ b/features/supportedLLMs/localai.mdx @@ -50,8 +50,9 @@ If you encounter issues while using LocalAI with Wave AI, consider the following - **Incorrect model selection:** If you have multiple LocalAI models installed, make sure to set the `aimodel` parameter to the specific model you want to use. - **Unexpected behavior or inconsistent results:** If you encounter unexpected behavior or inconsistent results when using LocalAI with Wave AI, try [resetting](#reset-wave-ai) the `aibaseurl` and `aimodel` parameters to their default values and reconfiguring LocalAI from scratch. This can help rule out any configuration issues that might be causing problems. -If you continue to face issues after trying these troubleshooting steps, please see the [Additional Resources](#additional-resources) section below for further assistance. - + +If you continue to face issues after trying these troubleshooting steps, please see the [Additional Resources](#additional-resources) section below for further assistance, or feel free to reach out to us on [Discord](https://discord.gg/XfvZ334gwU). + ## Reset Wave AI At any time if you find that you wish to return to the default Wave AI experience, you can reset the `aibaseurl` and `aimodel` parameters to their default state by using the following commands. diff --git a/features/supportedLLMs/ollama.mdx b/features/supportedLLMs/ollama.mdx index 11763ff..2c89726 100644 --- a/features/supportedLLMs/ollama.mdx +++ b/features/supportedLLMs/ollama.mdx @@ -46,7 +46,9 @@ If you encounter issues while using Ollama with Wave AI, consider the following - **Incorrect model selection:** If you have multiple Ollama models installed, make sure to set the `aimodel` parameter to the specific model you want to use. You can list available models using the ollama list command in your terminal. - **Unexpected behavior or inconsistent results:** If you encounter unexpected behavior or inconsistent results when using Ollama with Wave AI, try [resetting](#reset-wave-ai) the `aibaseurl` and `aimodel` parameters to their default values and reconfiguring Ollama from scratch. This can help rule out any configuration issues that might be causing problems. -If you continue to face issues after trying these troubleshooting steps, please see the [Additional Resources](#additional-resources) section below for further assistance. + +If you continue to face issues after trying these troubleshooting steps, please see the [Additional Resources](#additional-resources) section below for further assistance, or feel free to reach out to us on [Discord](https://discord.gg/XfvZ334gwU). + ## Reset Wave AI At any time if you find that you wish to return to the default Wave AI experience, you can reset the `aibaseurl` and `aimodel` parameters to their default state by using the following commands. diff --git a/releasenotes.mdx b/releasenotes.mdx index c6b9054..f0ee688 100644 --- a/releasenotes.mdx +++ b/releasenotes.mdx @@ -30,7 +30,7 @@ New sudo support, better theming and keybinding support, with a ton of performan * AI: cleaned up labels/names now that our AI integration is not tied to Chat-GPT (BYOLLM support) * UI: light mode fixes and cleanup * UI: restyled command input box (removed background color / outline) -* UI: restyled some of the command input auxillary views to be more consistent +* UI: restyled some of the command input auxiliary views to be more consistent * UI: new labels for dropdowns, correctly truncates longer values * UI: new native context menus for blocks and tabs for quicker access to some functionality * Internal: Ephemeral Command support to help drive background updates for the command prompt and future use for completions