Skip to content

Commit

Permalink
feat: Add new feature to support gpt-4o variant models with different…
Browse files Browse the repository at this point in the history
… pricing
  • Loading branch information
sandeepchittilla authored Aug 15, 2024
1 parent 203ee2c commit 8551448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scrapegraphai/helpers/models_tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"gpt-4-32k": 32768,
"gpt-4-32k-0613": 32768,
"gpt-4o": 128000,
"gpt-4o-2024-08-06": 128000,
"gpt-4o-2024-05-13": 128000,
"gpt-4o-mini":128000,

},
Expand Down

0 comments on commit 8551448

Please sign in to comment.