💾 chore: Update .env.example (#2004)
* Update .env.example Make assistants show in the UI by default * Update dotenv.md
This commit is contained in:
@@ -131,7 +131,7 @@ DEBUG_OPENAI=false
|
||||
# Assistants API #
|
||||
#====================#
|
||||
|
||||
# ASSISTANTS_API_KEY=
|
||||
ASSISTANTS_API_KEY=user_provided
|
||||
# ASSISTANTS_BASE_URL=
|
||||
# ASSISTANTS_MODELS=gpt-3.5-turbo-0125,gpt-3.5-turbo-16k-0613,gpt-3.5-turbo-16k,gpt-3.5-turbo,gpt-4,gpt-4-0314,gpt-4-32k-0314,gpt-4-0613,gpt-3.5-turbo-0613,gpt-3.5-turbo-1106,gpt-4-0125-preview,gpt-4-turbo-preview,gpt-4-1106-preview
|
||||
|
||||
|
||||
@@ -375,6 +375,10 @@ OPENAI_FORCE_PROMPT=true
|
||||
- Leave `ASSISTANTS_API_KEY=` blank to disable this endpoint
|
||||
- Set `ASSISTANTS_API_KEY=` to `user_provided` to allow users to provide their own API key from the WebUI
|
||||
|
||||
```bash
|
||||
ASSISTANTS_API_KEY=user_provided
|
||||
```
|
||||
|
||||
- Customize the available models, separated by commas, **without spaces**.
|
||||
- The first will be default.
|
||||
- Leave it blank or commented out to use internal settings:
|
||||
|
||||
Reference in New Issue
Block a user