We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5d0c8 commit 26324f2Copy full SHA for 26324f2
autogpts/autogpt/.env.template
@@ -90,11 +90,11 @@ OPENAI_API_KEY=your-openai-api-key
90
### LLM MODELS
91
################################################################################
92
93
-## SMART_LLM - Smart language model (Default: gpt-4-turbo-preview)
94
-# SMART_LLM=gpt-4-turbo-preview
+## SMART_LLM - Smart language model (Default: gpt-4-turbo)
+# SMART_LLM=gpt-4-turbo
95
96
-## FAST_LLM - Fast language model (Default: gpt-3.5-turbo-0125)
97
-# FAST_LLM=gpt-3.5-turbo-0125
+## FAST_LLM - Fast language model (Default: gpt-3.5-turbo)
+# FAST_LLM=gpt-3.5-turbo
98
99
## EMBEDDING_MODEL - Model to use for creating embeddings
100
# EMBEDDING_MODEL=text-embedding-3-small
0 commit comments