Skip to content

Commit

Permalink
impr: gpt-4o-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Jul 19, 2024
1 parent 31aaa8f commit 6ef3831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/ai/chatgpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# Supported models and their context windows
MODELS = {
"gpt-4o": 128000,
"gpt-4o-mini": 128000,
"gpt-4-turbo": 128000,
"gpt-4-turbo-preview": 128000,
"gpt-4-vision-preview": 128000,
Expand Down

0 comments on commit 6ef3831

Please sign in to comment.