mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-01 21:00:48 +08:00
feat: Add new feature to support gpt-4o variant models with different pricing
This commit is contained in:
parent
203ee2c186
commit
855144876d
@ -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,
|
||||
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user