Skip to content

Commit 26324f2

Browse files
committed
fix(agent): Update .env.template to match changes in 370615e
1 parent ba5d0c8 commit 26324f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

autogpts/autogpt/.env.template

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ OPENAI_API_KEY=your-openai-api-key
9090
### LLM MODELS
9191
################################################################################
9292

93-
## SMART_LLM - Smart language model (Default: gpt-4-turbo-preview)
94-
# SMART_LLM=gpt-4-turbo-preview
93+
## SMART_LLM - Smart language model (Default: gpt-4-turbo)
94+
# SMART_LLM=gpt-4-turbo
9595

96-
## FAST_LLM - Fast language model (Default: gpt-3.5-turbo-0125)
97-
# FAST_LLM=gpt-3.5-turbo-0125
96+
## FAST_LLM - Fast language model (Default: gpt-3.5-turbo)
97+
# FAST_LLM=gpt-3.5-turbo
9898

9999
## EMBEDDING_MODEL - Model to use for creating embeddings
100100
# EMBEDDING_MODEL=text-embedding-3-small

0 commit comments

Comments
 (0)