aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Reinier van der Leer <pwuts@agpt.co> 2024-04-26 19:25:33 +0200
committerGravatar Reinier van der Leer <pwuts@agpt.co> 2024-04-26 19:35:09 +0200
commit26324f29849967fa72c207da929af612f1740669 (patch)
treed28b56ae8ec73ca684c819050e00785c45553e28
parentfeat(agent): Add support for new `gpt-4-turbo` model and set as default `SMAR... (diff)
downloadAuto-GPT-release-autogpt-v0.5.x.tar.gz
Auto-GPT-release-autogpt-v0.5.x.tar.bz2
Auto-GPT-release-autogpt-v0.5.x.zip
fix(agent): Update .env.template to match changes in 370615eautogpt-v0.5.1release-autogpt-v0.5.x
-rw-r--r--autogpts/autogpt/.env.template8
1 files changed, 4 insertions, 4 deletions
diff --git a/autogpts/autogpt/.env.template b/autogpts/autogpt/.env.template
index a79f97b68..b5fb32c0d 100644
--- a/autogpts/autogpt/.env.template
+++ b/autogpts/autogpt/.env.template
@@ -90,11 +90,11 @@ OPENAI_API_KEY=your-openai-api-key
### LLM MODELS
################################################################################
-## SMART_LLM - Smart language model (Default: gpt-4-turbo-preview)
-# SMART_LLM=gpt-4-turbo-preview
+## SMART_LLM - Smart language model (Default: gpt-4-turbo)
+# SMART_LLM=gpt-4-turbo
-## FAST_LLM - Fast language model (Default: gpt-3.5-turbo-0125)
-# FAST_LLM=gpt-3.5-turbo-0125
+## FAST_LLM - Fast language model (Default: gpt-3.5-turbo)
+# FAST_LLM=gpt-3.5-turbo
## EMBEDDING_MODEL - Model to use for creating embeddings
# EMBEDDING_MODEL=text-embedding-3-small