mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 08:12:00 +02:00
🤖 feat: Update Context Limit for gpt-3.5-turbo
(#2381)
This commit is contained in:
parent
8e5f1ad575
commit
0fe47cf1f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue