mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-15 04:06:33 +01:00
🎚️ fix: Default Max Output Tokens for Claude 4+ Models (#10293)
This commit is contained in:
parent
70ff6e94f2
commit
8adef91cf5
5 changed files with 256 additions and 17 deletions
|
|
@ -34,7 +34,6 @@ function getLLMConfig(
|
|||
|
||||
const defaultOptions = {
|
||||
model: anthropicSettings.model.default,
|
||||
maxOutputTokens: anthropicSettings.maxOutputTokens.default,
|
||||
stream: true,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue