Skip to content

Commit 087cbcb

Browse files
committed
feat: add new model openai support
1 parent be76642 commit 087cbcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scrapegraphai/helpers/models_tokens.py

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"gpt-4-turbo": 128000,
1515
"gpt-4-turbo-2024-04-09": 128000,
1616
"gpt-4-1106-preview": 128000,
17+
"gpt-4o-search-preview": 128000,
1718
"gpt-4-vision-preview": 128000,
1819
"gpt-4": 8192,
1920
"gpt-4-0613": 8192,

0 commit comments

Comments
 (0)