Skip to content

Commit d00b117

Browse files
committed
Change temperature to 0.5
1 parent 9006d0c commit d00b117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/api/openai/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export async function POST(req: Request) {
4242
const response = await openai.chat.completions.create({
4343
model: "gpt-3.5-turbo-16k",
4444
stream: true,
45-
temperature: 0,
45+
temperature: 0.5,
4646
messages: [
4747
{ role: "system", content: "你是精通周易64卦, 擅长解读卦象的AI助手" },
4848
{

0 commit comments

Comments
 (0)