This commit is contained in:
CREDO23 2025-12-11 12:33:09 +02:00
parent 3e8cdabd73
commit be381c833e
4 changed files with 6 additions and 13 deletions

View file

@ -99,8 +99,6 @@ export function SetupLLMStep({
const { mutateAsync : deleteLLMConfig } = useAtomValue(deleteLLMConfigMutationAtom);
const { data : llmConfigs = []} = useAtomValue(llmConfigsAtom);
const { data: globalConfigs = [] } = useAtomValue(globalLLMConfigsAtom);
// Replace useLLMPreferences with jotai atoms
const { data: preferences = {} } = useAtomValue(llmPreferencesAtom);
const { mutateAsync: updatePreferences } = useAtomValue(updateLLMPreferencesMutationAtom);