mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 08:12:00 +02:00
🔧 fix: Omit 'additionalModelRequestFields' from Bedrock Titling (#8353)
This commit is contained in:
parent
4b32ec42c6
commit
13a9bcdd48
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ const omitTitleOptions = new Set([
|
|||
'thinkingBudget',
|
||||
'includeThoughts',
|
||||
'maxOutputTokens',
|
||||
'additionalModelRequestFields',
|
||||
]);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue