Skip to content

Commit 17eb90d

Browse files
committed
Fix temp
1 parent 95bdc33 commit 17eb90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/app/api/wand/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ Use this context to calculate relative dates like "yesterday", "last week", "beg
507507
body: JSON.stringify({
508508
model: useWandAzure ? wandModelName : 'gpt-4o',
509509
input: messages,
510-
temperature: 0.3,
510+
temperature: 0.2,
511511
max_output_tokens: 10000,
512512
}),
513513
})

0 commit comments

Comments
 (0)