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 ) )