fix(env.example): correct model gpt-4

This commit is contained in:
Goon
2023-09-08 18:07:06 +07:00
parent e5a71e884b
commit 2c567793c5

View File

@@ -11,7 +11,7 @@ OPENROUTER_API_KEY=
OPENROUTER_ENDPOINT=https://openrouter.ai/api/v1/chat/completions
# In case of Azure/OpenRouter endpoint, change this to your deployed model name
MODEL_NAME=gpt4
MODEL_NAME=gpt-4
# MODEL_NAME=openai/gpt-3.5-turbo-16k
MAX_TOKENS=8192