mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
Added gpt-4-turbo-2024-04-09, gpt-4-turbo
This commit is contained in:
parent
3ab49f1df3
commit
b75fdb92d5
1 changed files with 10 additions and 0 deletions
|
@ -58,6 +58,15 @@ openai_models = [
|
||||||
always_available=True,
|
always_available=True,
|
||||||
),
|
),
|
||||||
# gpt-4
|
# gpt-4
|
||||||
|
ModelInfo(
|
||||||
|
"gpt-4-turbo-2024-04-09",
|
||||||
|
128000,
|
||||||
|
0.01,
|
||||||
|
0.03,
|
||||||
|
"udiff",
|
||||||
|
use_repo_map=True,
|
||||||
|
send_undo_reply=True,
|
||||||
|
),
|
||||||
ModelInfo(
|
ModelInfo(
|
||||||
"gpt-4-0125-preview",
|
"gpt-4-0125-preview",
|
||||||
128000,
|
128000,
|
||||||
|
@ -110,6 +119,7 @@ openai_aliases = {
|
||||||
"gpt-3.5-turbo": "gpt-3.5-turbo-0613",
|
"gpt-3.5-turbo": "gpt-3.5-turbo-0613",
|
||||||
"gpt-3.5-turbo-16k": "gpt-3.5-turbo-16k-0613",
|
"gpt-3.5-turbo-16k": "gpt-3.5-turbo-16k-0613",
|
||||||
# gpt-4
|
# gpt-4
|
||||||
|
"gpt-4-turbo": "gpt-4-turbo-2024-04-09",
|
||||||
"gpt-4-turbo-preview": "gpt-4-0125-preview",
|
"gpt-4-turbo-preview": "gpt-4-0125-preview",
|
||||||
"gpt-4": "gpt-4-0613",
|
"gpt-4": "gpt-4-0613",
|
||||||
"gpt-4-32k": "gpt-4-32k-0613",
|
"gpt-4-32k": "gpt-4-32k-0613",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue