mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-01-03 07:42:30 -08:00
fix: gpt-4-turbo
This commit is contained in:
parent
8927a0cf79
commit
2448c32bf9
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ models = {
|
||||||
"tokenLimit": 14000,
|
"tokenLimit": 14000,
|
||||||
"context": "16K",
|
"context": "16K",
|
||||||
},
|
},
|
||||||
"gpt-4-turbo-preview": {
|
"gpt-4-turbo": {
|
||||||
"id": "gpt-4-turbo-preview",
|
"id": "gpt-4-turbo-preview",
|
||||||
"name": "GPT-4-Turbo",
|
"name": "GPT-4-Turbo",
|
||||||
"maxLength": 260000,
|
"maxLength": 260000,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue