mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-25 04:01:52 +03:00
Merge pull request #1758 from Zero6992/main
Align Model Naming with Provider Standards for ChatCompletion Compatibility
This commit is contained in:
commit
801584d4e1
@ -17,14 +17,14 @@ models = {
|
||||
"tokenLimit": 14000,
|
||||
"context": "16K",
|
||||
},
|
||||
"gpt-4-turbo-preview": {
|
||||
"gpt-4-turbo": {
|
||||
"id": "gpt-4-turbo-preview",
|
||||
"name": "GPT-4-Turbo",
|
||||
"maxLength": 260000,
|
||||
"tokenLimit": 126000,
|
||||
"context": "128K",
|
||||
},
|
||||
"gpt-4-plus": {
|
||||
"gpt-4": {
|
||||
"id": "gpt-4-plus",
|
||||
"name": "GPT-4-Plus",
|
||||
"maxLength": 130000,
|
||||
|
Loading…
Reference in New Issue
Block a user