re-arranged options to mirror client:set options

This commit is contained in:
Knox Lively
2024-03-27 21:44:39 -06:00
parent 7434eca345
commit 963bd98dd2
+1 -1
View File
@@ -87,9 +87,9 @@ Modifiable:
- `termfontfamily` - The font family currently used for your terminal text.
- `openaiapitoken` - Your OpenAI API token.
- `openaimodel` - OpenAI model name.
- `openaibaseurl` - The URL used for sending OpenAI queries.
- `openaimaxtokens` - The maximum number of tokens currently set for OpenAI queries.
- `openaimaxchoices` - The maximum number of choices returned when querying OpenAI.
- `openaibaseurl` - The URL used for sending OpenAI queries.
<Tip>
See [client:set](#client-set) for more information on how to set and use some of these values.