Skip to content

Commit f646df6

Browse files
committed
update tests temperature
1 parent fc52886 commit f646df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ describe("SambaNovaHandler", () => {
144144
expect.objectContaining({
145145
model: modelId,
146146
max_tokens: modelInfo.maxTokens,
147-
temperature: 0.5,
147+
temperature: 0.7,
148148
messages: expect.arrayContaining([{ role: "system", content: systemPrompt }]),
149149
stream: true,
150150
stream_options: { include_usage: true },

0 commit comments

Comments
 (0)