Skip to content

Commit 52a4a3b

Browse files
committed
feat: add gpt-4o
closes ScrapeGraphAI#232
1 parent d2877d8 commit 52a4a3b

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)