Update models_tokens.py

added gpt4o mini to the models
This commit is contained in:
DragonelRoland 2024-07-20 16:51:24 +02:00 committed by GitHub
parent e9ecf5f0dc
commit 4b8360658e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@ models_tokens = {
"gpt-4-32k": 32768,
"gpt-4-32k-0613": 32768,
"gpt-4o": 128000,
"gpt-4o-mini": 128000,
},
"azure": {
"gpt-3.5-turbo-0125": 16385,