Skip to content

Commit 4b83606

Browse files
Update models_tokens.py
added gpt4o mini to the models
1 parent e9ecf5f commit 4b83606

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-4o-mini": 128000,
1920
},
2021
"azure": {
2122
"gpt-3.5-turbo-0125": 16385,

0 commit comments

Comments
 (0)