Skip to content

Commit cb25121

Browse files
committed
fix: update Chutes DeepSeek R1 test to match actual implementation
1 parent 7e6c8eb commit cb25121

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/api/providers/__tests__/chutes.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,11 @@ describe("ChutesHandler", () => {
409409
content: `${systemPrompt}\n${messages[0].content}`,
410410
},
411411
],
412+
max_tokens: 32768,
413+
temperature: 0.6,
414+
stream: true,
415+
stream_options: { include_usage: true },
412416
}),
413-
undefined,
414417
)
415418
})
416419

0 commit comments

Comments
 (0)