From d30b2e3d5ad502e2e3a2723e07905bc3b8831c89 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Wed, 25 Oct 2023 11:37:58 +0800 Subject: [PATCH] set default temperature to 0.7 --- src/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.tsx b/src/app.tsx index 24f1eb3..434c59e 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -50,7 +50,7 @@ const newChatStore = ( apiEndpoint = _defaultAPIEndpoint, streamMode = true, model = "gpt-3.5-turbo-0613", - temperature = 1.0, + temperature = 0.7, dev = false, whisper_api = "", whisper_key = ""