Skip to content

Commit 8551448

Browse files
feat: Add new feature to support gpt-4o variant models with different pricing
1 parent 203ee2c commit 8551448

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)