Skip to content

Commit 31c322f

Browse files
committed
Enhance: increase temperature setting for language model
1 parent 7d6f0d5 commit 31c322f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/questions/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export async function POST(req: NextRequest) {
6565
model: completion as LanguageModel,
6666
schema: questionSchema,
6767
messages,
68-
temperature: 0.7,
68+
temperature: 1,
6969
mode: 'json',
7070
});
7171

0 commit comments

Comments
 (0)