Skip to content

Commit b91020c

Browse files
authored
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.
1 parent 007488d commit b91020c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scrapegraphai/helpers/models_tokens.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"gpt-4-32k": 32768,
1717
"gpt-4-32k-0613": 32768,
1818
"gpt-4o": 128000,
19+
"gpt-40-mini":128000,
1920
},
2021
"azure": {
2122
"gpt-3.5-turbo": 4096,

0 commit comments

Comments
 (0)