Merge pull request #1758 from Zero6992/main

Align Model Naming with Provider Standards for ChatCompletion Compatibility
This commit is contained in:
H Lohaus 2024-03-27 09:34:49 +01:00 committed by GitHub
commit 801584d4e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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,