mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-09 00:20:09 +00:00
fix: model provider sync
This commit is contained in:
@@ -48,7 +48,7 @@ export function LLMProvider({ children }: PropsWithChildren) {
|
||||
provider: settings.chatModelProvider,
|
||||
modelId: settings.chatModelId,
|
||||
}
|
||||
}, [settings])
|
||||
}, [settings.chatModelProvider, settings.chatModelId])
|
||||
|
||||
// const applyModel = useMemo((): LLMModel => {
|
||||
// return {
|
||||
|
||||
Reference in New Issue
Block a user