We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a15b2 commit b80f96dCopy full SHA for b80f96d
web/src/lib/hooks.ts
@@ -703,7 +703,7 @@ export function useLlmManager(
703
} else {
704
setTemperature(0.5);
705
}
706
- }, [liveAssistant, currentChatSession]);
+ }, [liveAssistant, currentChatSession, llmProviders]);
707
708
const updateTemperature = (temperature: number) => {
709
if (isAnthropic(currentLlm.provider, currentLlm.modelName)) {
0 commit comments