mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-23 10:54:11 +01:00
chore(.env.example): comment out OPENAI_MODELS and PLUGIN_MODELS
The OPENAI_MODELS and PLUGIN_MODELS variables are being commented out in the .env.example file. This is done to prefer fetching api/models as the default behavior
This commit is contained in:
parent
77252bafc1
commit
df485e5bfe
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ OPENAI_API_KEY="user_provided"
|
||||||
# Identify the available models, separated by commas *without spaces*.
|
# Identify the available models, separated by commas *without spaces*.
|
||||||
# The first will be default.
|
# The first will be default.
|
||||||
# Leave it blank to use internal settings.
|
# Leave it blank to use internal settings.
|
||||||
OPENAI_MODELS=gpt-3.5-turbo,gpt-3.5-turbo-16k,gpt-3.5-turbo-0301,text-davinci-003,gpt-4,gpt-4-0314,gpt-4-0613
|
# OPENAI_MODELS=gpt-3.5-turbo,gpt-3.5-turbo-16k,gpt-3.5-turbo-0301,text-davinci-003,gpt-4,gpt-4-0314,gpt-4-0613
|
||||||
|
|
||||||
# Reverse proxy settings for OpenAI:
|
# Reverse proxy settings for OpenAI:
|
||||||
# https://github.com/waylaidwanderer/node-chatgpt-api#using-a-reverse-proxy
|
# https://github.com/waylaidwanderer/node-chatgpt-api#using-a-reverse-proxy
|
||||||
|
|
@ -124,7 +124,7 @@ ANTHROPIC_MODELS=claude-1,claude-instant-1,claude-2
|
||||||
# Identify the available models, separated by commas *without spaces*.
|
# Identify the available models, separated by commas *without spaces*.
|
||||||
# The first will be default.
|
# The first will be default.
|
||||||
# Leave it blank to use internal settings.
|
# Leave it blank to use internal settings.
|
||||||
PLUGIN_MODELS=gpt-3.5-turbo,gpt-3.5-turbo-16k,gpt-3.5-turbo-0301,gpt-4,gpt-4-0314,gpt-4-0613
|
# PLUGIN_MODELS=gpt-3.5-turbo,gpt-3.5-turbo-16k,gpt-3.5-turbo-0301,gpt-4,gpt-4-0314,gpt-4-0613
|
||||||
|
|
||||||
# For securely storing credentials, you need a fixed key and IV. You can set them here for prod and dev environments
|
# For securely storing credentials, you need a fixed key and IV. You can set them here for prod and dev environments
|
||||||
# If you don't set them, the app will crash on startup.
|
# If you don't set them, the app will crash on startup.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue