mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-23 15:14:44 +01:00
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:
committed by
GitHub
parent
ac17518663
commit
bde007e6f7
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user