From e358a0204277726e009fb248053a23182655d554 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Fri, 14 Jul 2023 15:58:42 +0800 Subject: [PATCH] inherit dev mode --- src/app.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app.tsx b/src/app.tsx index c93e868..120e6d6 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -181,7 +181,9 @@ export function App() { chatStore.systemMessageContent, chatStore.apiEndpoint, chatStore.streamMode, - chatStore.model + chatStore.model, + 1.0, + !!chatStore.develop_mode ) ) );