feat: close #444 use env var to disable gpt-4

This commit is contained in:
Yidadaa
2023-05-09 23:20:03 +08:00
parent 2b7f72deec
commit 7e8def50aa
6 changed files with 45 additions and 3 deletions

View File

@@ -168,7 +168,13 @@ Specify OpenAI organization ID.
> Default: Empty
If you do not want users to input their own API key, set this environment variable to 1.
If you do not want users to input their own API key, set this value to 1.
### `DISABLE_GPT4` (optional)
> Default: Empty
If you do not want users to use GPT-4, set this value to 1.
## Development