Skip to content

Commit 8e46799

Browse files
authored
Merge pull request #235 from f-aguzzi/pre/beta
feat: add gpt-4o to the model dictionary
2 parents d2877d8 + 52a4a3b commit 8e46799

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
@@ -18,6 +18,7 @@
1818
"gpt-4-0613": 8192,
1919
"gpt-4-32k": 32768,
2020
"gpt-4-32k-0613": 32768,
21+
"gpt-4o": 128000,
2122
},
2223
"azure": {
2324
"gpt-3.5-turbo": 4096,

0 commit comments

Comments
 (0)