Skip to content

Commit 333f09a

Browse files
authored
Merge pull request #552 from sandeepchittilla/550-add-support-gpt4o-variants
Add new feature to support gpt-4o variant models with different pricing
2 parents 7af1e45 + 8551448 commit 333f09a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scrapegraphai/helpers/models_tokens.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"gpt-4-32k": 32768,
1717
"gpt-4-32k-0613": 32768,
1818
"gpt-4o": 128000,
19+
"gpt-4o-2024-08-06": 128000,
20+
"gpt-4o-2024-05-13": 128000,
1921
"gpt-4o-mini":128000,
2022

2123
},

0 commit comments

Comments
 (0)