mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
feat: Add new OpenAI model names to supported models list
This commit is contained in:
parent
1bb41bec2a
commit
ae6fc41ca9
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ DEFAULT_MODEL_NAME = "gpt-4o"
|
|||
ANTHROPIC_BETA_HEADER = "prompt-caching-2024-07-31,pdfs-2024-09-25"
|
||||
|
||||
OPENAI_MODELS = """
|
||||
o1
|
||||
o1-preview
|
||||
o1-mini
|
||||
o3-mini
|
||||
gpt-4
|
||||
gpt-4o
|
||||
gpt-4o-2024-05-13
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue