From df485e5bfe00d6d5cdf1370f2facea4bfb636211 Mon Sep 17 00:00:00 2001 From: Daniel Avila Date: Sun, 23 Jul 2023 19:49:26 -0400 Subject: [PATCH] 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 --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.