Remove hardcoding of gpt-3.5-turbo in favor of config

This commit is contained in:
Taylor Brown
2023-04-02 21:38:21 -05:00
parent 80ccd10d0b
commit 744c5fa25b
2 changed files with 5 additions and 3 deletions

View File

@@ -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