mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-04 21:00:36 +08:00
Update models_tokens.py
added gpt4o mini to the models
This commit is contained in:
parent
e9ecf5f0dc
commit
4b8360658e
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user