mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
fix: Update default model to gpt-4o-2024-08-06
This commit is contained in:
parent
628e775314
commit
c7ee5dbfec
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
register_litellm_models(git_root, args.model_metadata_file, io, verbose=args.verbose)
|
||||
|
||||
if not args.model:
|
||||
args.model = "gpt-4o"
|
||||
args.model = "gpt-4o-2024-08-06"
|
||||
if os.environ.get("ANTHROPIC_API_KEY"):
|
||||
args.model = "claude-3-5-sonnet-20240620"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue