Skip to content

Commit

Permalink
🤖 feat: Update Context Limit for gpt-3.5-turbo (danny-avila#2381)
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila authored Apr 10, 2024
1 parent 54179f9 commit 22f52b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/utils/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const openAIModels = {
'gpt-4-1106': 127990, // -10 from max
'gpt-4-0125': 127990, // -10 from max
'gpt-4-turbo': 127990, // -10 from max
'gpt-3.5-turbo': 4092, // -5 from max
'gpt-3.5-turbo': 16375, // -10 from max
'gpt-3.5-turbo-0613': 4092, // -5 from max
'gpt-3.5-turbo-0301': 4092, // -5 from max
'gpt-3.5-turbo-16k': 16375, // -10 from max
Expand Down

0 comments on commit 22f52b1

Please sign in to comment.