Update models_tokens.py with gpt-4o-mini

OpenAI added a new available model - gpt-4o-mini. Adding this model to the supported models, so it would be possible to use it with the Scrapegraph-ai.
This commit is contained in:
Kernick 2024-07-18 21:03:55 +03:00 committed by GitHub
parent 007488d78b
commit b91020ce56
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-40-mini":128000,
},
"azure": {
"gpt-3.5-turbo": 4096,