mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 05:54:26 +01:00
fix(agent): Update .env.template to match changes in 370615e
This commit is contained in:
@@ -90,11 +90,11 @@ OPENAI_API_KEY=your-openai-api-key
|
|||||||
### LLM MODELS
|
### LLM MODELS
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
## SMART_LLM - Smart language model (Default: gpt-4-turbo-preview)
|
## SMART_LLM - Smart language model (Default: gpt-4-turbo)
|
||||||
# SMART_LLM=gpt-4-turbo-preview
|
# SMART_LLM=gpt-4-turbo
|
||||||
|
|
||||||
## FAST_LLM - Fast language model (Default: gpt-3.5-turbo-0125)
|
## FAST_LLM - Fast language model (Default: gpt-3.5-turbo)
|
||||||
# FAST_LLM=gpt-3.5-turbo-0125
|
# FAST_LLM=gpt-3.5-turbo
|
||||||
|
|
||||||
## EMBEDDING_MODEL - Model to use for creating embeddings
|
## EMBEDDING_MODEL - Model to use for creating embeddings
|
||||||
# EMBEDDING_MODEL=text-embedding-3-small
|
# EMBEDDING_MODEL=text-embedding-3-small
|
||||||
|
|||||||
Reference in New Issue
Block a user