feat: Add new feature to support gpt-4o variant models with different pricing

This commit is contained in:
sandeepchittilla 2024-08-15 14:59:48 +01:00 committed by GitHub
parent 203ee2c186
commit 855144876d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,8 @@ models_tokens = {
"gpt-4-32k": 32768,
"gpt-4-32k-0613": 32768,
"gpt-4o": 128000,
"gpt-4o-2024-08-06": 128000,
"gpt-4o-2024-05-13": 128000,
"gpt-4o-mini":128000,
},