💾 chore: Update .env.example (#2004)

* Update .env.example

Make assistants show in the UI by default

* Update dotenv.md
This commit is contained in:
Fuegovic 2024-03-07 08:11:32 -05:00 committed by GitHub
parent 11bca134e7
commit fbdf1d17ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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: