Skip to content

Commit 4f079cf

Browse files
authored
Fixed a typo in the model name
1 parent b91020c commit 4f079cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraphai/helpers/models_tokens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"gpt-4-32k": 32768,
1717
"gpt-4-32k-0613": 32768,
1818
"gpt-4o": 128000,
19-
"gpt-40-mini":128000,
19+
"gpt-4o-mini":128000,
2020
},
2121
"azure": {
2222
"gpt-3.5-turbo": 4096,

0 commit comments

Comments
 (0)