inherit dev mode

This commit is contained in:
2023-07-14 15:58:42 +08:00
parent 9e520d9b64
commit e358a02042

View File

@@ -181,7 +181,9 @@ export function App() {
chatStore.systemMessageContent,
chatStore.apiEndpoint,
chatStore.streamMode,
chatStore.model
chatStore.model,
1.0,
!!chatStore.develop_mode
)
)
);