From 992d8f39ce3ad144ed33590cb479014d814572bf Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Fri, 25 Aug 2023 10:13:11 +0800 Subject: [PATCH] inherite temperature --- src/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.tsx b/src/app.tsx index d11e175..2d8ddc3 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -193,7 +193,7 @@ export function App() { chatStore.apiEndpoint, chatStore.streamMode, chatStore.model, - 1.0, + chatStore.temperature, !!chatStore.develop_mode ) )