mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
💾 chore: Update .env.example (#2004)
* Update .env.example Make assistants show in the UI by default * Update dotenv.md
This commit is contained in:
parent
11bca134e7
commit
fbdf1d17ea
2 changed files with 5 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue