Added ModelSettings for openai/gpt-4o-2024-08-06

This commit is contained in:
Paul Gauthier 2024-08-06 15:28:53 -03:00
parent 9647bfadfb
commit ed9ed895d0

View file

@ -142,6 +142,16 @@ MODEL_SETTINGS = [
lazy=True, lazy=True,
reminder_as_sys_msg=True, reminder_as_sys_msg=True,
), ),
ModelSettings(
"openai/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( ModelSettings(
"gpt-4o", "gpt-4o",
"diff", "diff",