mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-06 21:11:37 +08:00
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:
parent
007488d78b
commit
b91020ce56
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user