mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
switch naming from openai/gpt-4o to gpt-4o
This commit is contained in:
parent
edc70bdf84
commit
72613f3b27
4 changed files with 14 additions and 4 deletions
|
@ -11,7 +11,7 @@ from PIL import Image
|
|||
from aider.dump import dump # noqa: F401
|
||||
from aider.litellm import litellm
|
||||
|
||||
DEFAULT_MODEL_NAME = "openai/gpt-4o"
|
||||
DEFAULT_MODEL_NAME = "gpt-4o"
|
||||
|
||||
|
||||
@dataclass
|
||||
|
@ -94,6 +94,16 @@ MODEL_SETTINGS = [
|
|||
lazy=True,
|
||||
reminder_as_sys_msg=True,
|
||||
),
|
||||
ModelSettings(
|
||||
"gpt-4o",
|
||||
"diff",
|
||||
weak_model_name="gpt-3.5-turbo",
|
||||
use_repo_map=True,
|
||||
send_undo_reply=True,
|
||||
accepts_images=True,
|
||||
lazy=True,
|
||||
reminder_as_sys_msg=True,
|
||||
),
|
||||
ModelSettings(
|
||||
"gpt-4-0125-preview",
|
||||
"udiff",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue