added aittimeout option to client set slash command, and reworded the mention of aitimeout in waveai

This commit is contained in:
Knox Lively
2024-05-13 13:17:46 -06:00
parent 3af30f2922
commit 14eaaacb49
+1
View File
@@ -81,6 +81,7 @@ Usage:
- `aimaxchoices` - Specify the maximum number of choices to generate when using the OpenAI API. Note that this option only applies when using your own API token. If you're using Wave's proxy, this value is predetermined.
- `aimaxtokens` - Set the maximum number of tokens to use when generating a response from the OpenAI API. Note that this option is only effective when using your own API token. If you're using Wave's proxy, the maxtokens value is preconfigured.
- `aimodel` - Choose the OpenAI language model to use for generating responses. Default is *gpt-3.5-turbo*.
- `aitimeout` - Specify the maximum time to wait (in seconds) for a response from the AI service before timing out. Default value is 10.
- `termfontfamily` - Update the font family used in the terminal. Wave supports *JetBrains Mono*, *Hack*, and *Fira Code* out of the box. You can also use any fixed-width font installed on your local machine by specifying its exact name. Be cautious when setting a custom font, as mistyping the font name or using a non-fixed-width font may result in visual inconsistencies.
- `termfontsize` - Update the font size used in the terminal. You can set the font size from 8 to 15 pixels (px).