inherite temperature

This commit is contained in:
2023-08-25 10:13:11 +08:00
parent 968e6602f7
commit 992d8f39ce

View File

@@ -193,7 +193,7 @@ export function App() {
chatStore.apiEndpoint, chatStore.apiEndpoint,
chatStore.streamMode, chatStore.streamMode,
chatStore.model, chatStore.model,
1.0, chatStore.temperature,
!!chatStore.develop_mode !!chatStore.develop_mode
) )
) )