From 0014e2ac1493abeefa82432fa2e240210e64fd64 Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Fri, 26 Apr 2024 19:25:33 +0200 Subject: fix(agent): Update .env.template to match changes in 370615e --- autogpts/autogpt/.env.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autogpts/autogpt/.env.template b/autogpts/autogpt/.env.template index 1441b0c1b..7155e3028 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 -- cgit v1.2.3