Fix typo in .env.template

This commit is contained in:
CatMe0w
2023-04-16 01:58:40 +08:00
committed by GitHub
parent 1ce6419698
commit 11f3e97b28

View File

@@ -42,7 +42,7 @@ FAST_LLM_MODEL=gpt-3.5-turbo
### LLM MODEL SETTINGS
# FAST_TOKEN_LIMIT - Fast token limit for OpenAI (Default: 4000)
# SMART_TOKEN_LIMIT - Smart token limit for OpenAI (Default: 8000)
# When using --gpt3onlythis needs to be set to 4000.
# When using --gpt3only this needs to be set to 4000.
FAST_TOKEN_LIMIT=4000
SMART_TOKEN_LIMIT=8000