diff --git a/.env.example b/.env.example index 833877689a..5855890dd1 100644 --- a/.env.example +++ b/.env.example @@ -32,7 +32,7 @@ OPENAI_API_KEY="user_provided" # Identify the available models, separated by commas *without spaces*. # The first will be default. # 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: # 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*. # The first will be default. # 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 # If you don't set them, the app will crash on startup.