Skip to content

Commit

Permalink
refactor: actualize openai models
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Apr 13, 2024
1 parent 27323fb commit b6d0b7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bot/ai/chatgpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@

# Supported models and their context windows
MODELS = {
"gpt-4-turbo": 128000,
"gpt-4-turbo-preview": 128000,
"gpt-4-0125-preview": 128000,
"gpt-4-1106-preview": 128000,
"gpt-4-vision-preview": 128000,
"gpt-4": 8192,
"gpt-4-32k": 32768,
Expand Down

0 comments on commit b6d0b7f

Please sign in to comment.