mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 03:10:15 +01:00
fix(Anthropic): Correct Payload & Increase Default Token Size 🔧 (#933)
* fix: don't pass unnecessary fields to anthropic payload * fix: increase maxOutputTokens range * chore: remove debugging mode
This commit is contained in:
parent
dee5888280
commit
4d89adfc57
5 changed files with 14 additions and 13 deletions
|
|
@ -91,7 +91,7 @@ router.post(
|
|||
|
||||
let response = await client.sendMessage(text, {
|
||||
getIds,
|
||||
debug: false,
|
||||
// debug: true,
|
||||
user: req.user.id,
|
||||
conversationId,
|
||||
parentMessageId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue