From de141c812756610b5032ed5c3677ac3c7c568649 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Mon, 3 Feb 2025 11:57:26 +0800 Subject: [PATCH] feat: change DEFAULT_TEMPERATURE to 1.0 --- src/renderer/src/config/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/config/constant.ts b/src/renderer/src/config/constant.ts index a6bbfbfe..35603b59 100644 --- a/src/renderer/src/config/constant.ts +++ b/src/renderer/src/config/constant.ts @@ -1,4 +1,4 @@ -export const DEFAULT_TEMPERATURE = 0.7 +export const DEFAULT_TEMPERATURE = 1.0 export const DEFAULT_CONTEXTCOUNT = 5 export const DEFAULT_MAX_TOKENS = 4096 export const FONT_FAMILY =