Skip to content

Commit b80f96d

Browse files
authored
fix: LlmPopover after filling in an initial model (#5504)
1 parent 74a15b2 commit b80f96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/lib/hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ export function useLlmManager(
703703
} else {
704704
setTemperature(0.5);
705705
}
706-
}, [liveAssistant, currentChatSession]);
706+
}, [liveAssistant, currentChatSession, llmProviders]);
707707

708708
const updateTemperature = (temperature: number) => {
709709
if (isAnthropic(currentLlm.provider, currentLlm.modelName)) {

0 commit comments

Comments
 (0)