From 14eaaacb49009592ff94760664cd2ffbc404c71a Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Mon, 13 May 2024 13:17:46 -0600 Subject: [PATCH] added aittimeout option to client set slash command, and reworded the mention of aitimeout in waveai --- reference/slashcommands.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/slashcommands.mdx b/reference/slashcommands.mdx index d14e2be..5ca73c4 100644 --- a/reference/slashcommands.mdx +++ b/reference/slashcommands.mdx @@ -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).