Ian
3b7e1014f6
Fix --gpt3only and --gpt4only for Azure ( #4098 )
...
* Fix --gpt3only and --gpt4only
* Fix and consolidate test_config.py::test_azure_config (x2)
---------
Co-authored-by: Luke K (pr-0f3t) <2609441+lc0rp@users.noreply.github.com >
Co-authored-by: Ryan <eimu.gray@gmail.com >
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-07-07 06:08:47 +02:00
Reinier van der Leer
bde007e6f7
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
2023-07-07 03:42:18 +02:00
Yun Zheng
c1fe34adcb
Fix azure_api_type in azure template
2023-04-18 17:24:59 +08:00
Kory Becker
da247ca600
merge fix
2023-04-13 12:47:16 -04:00
Peter Edwards
650e2dcd6d
cleaned up .env to move Azure config to separate azure.yaml file
...
updated README.md to explain new config
added Azure yaml loader to config class
centralized model retrieval into config class
this commit effectively combines and replaces #700 and #580
2023-04-12 11:27:37 +02:00