mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Remove hardcoding of gpt-3.5-turbo in favor of config
This commit is contained in:
@@ -164,7 +164,7 @@ def shutdown():
|
||||
quit()
|
||||
|
||||
|
||||
def start_agent(name, task, prompt, model="gpt-3.5-turbo"):
|
||||
def start_agent(name, task, prompt, model=cfg.fast_llm_model):
|
||||
global cfg
|
||||
|
||||
# Remove underscores from name
|
||||
|
||||
Reference in New Issue
Block a user