Use GPT-4 in Agent loop by default (#4899)

* Use GPT-4 as default smart LLM in Agent

* Rename (smart|fast)_llm_model to (smart|fast)_llm everywhere

* Fix test_config.py::test_initial_values

* Fix test_config.py::test_azure_config

* Fix Azure config backwards compatibility
This commit is contained in:
Reinier van der Leer
2023-07-07 03:42:18 +02:00
committed by GitHub
parent ac17518663
commit bde007e6f7
16 changed files with 109 additions and 112 deletions

View File

@@ -72,7 +72,7 @@ If you don't have access to GPT-4, this mode allows you to use Auto-GPT!
./run.sh --gpt3only
```
You can achieve the same by setting `SMART_LLM_MODEL` in `.env` to `gpt-3.5-turbo`.
You can achieve the same by setting `SMART_LLM` in `.env` to `gpt-3.5-turbo`.
### GPT-4 ONLY Mode