Added gpt-4o-2024-08-06

This commit is contained in:
Paul Gauthier 2024-08-07 11:26:15 -03:00
parent 0e14014118
commit 19ad89e1d7
3 changed files with 15 additions and 1 deletions

View file

@ -152,6 +152,16 @@ MODEL_SETTINGS = [
lazy=True,
reminder_as_sys_msg=True,
),
ModelSettings(
"gpt-4o-2024-08-06",
"diff",
weak_model_name="gpt-4o-mini",
use_repo_map=True,
send_undo_reply=True,
accepts_images=True,
lazy=True,
reminder_as_sys_msg=True,
),
ModelSettings(
"gpt-4o",
"diff",