From b6cd8521241d0b2c098203a99623d9449becf646 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 13 May 2024 10:36:07 -0700 Subject: [PATCH] added openai/ prefix --- aider/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/models.py b/aider/models.py index b8d93bc1b..b15ba2214 100644 --- a/aider/models.py +++ b/aider/models.py @@ -85,7 +85,7 @@ MODEL_SETTINGS = [ reminder_as_sys_msg=True, ), ModelSettings( - "gpt-4o", + "openai/gpt-4o", "udiff", weak_model_name="gpt-3.5-turbo", use_repo_map=True,