mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
feat(llm-config): complete migration of useGlobalLLMConfigs to globalLLMConfigsAtom
- Removed unused import from model-config-manager.tsx - Deleted useGlobalLLMConfigs hook (no longer used anywhere) - All 5 components now using jotai + tanstack query pattern - Full backward compatibility maintained
This commit is contained in:
parent
62fcec425b
commit
194b17500e
2 changed files with 0 additions and 43 deletions
|
|
@ -59,9 +59,6 @@ import {
|
|||
import { LANGUAGES } from "@/contracts/enums/languages";
|
||||
import { getModelsByProvider } from "@/contracts/enums/llm-models";
|
||||
import { LLM_PROVIDERS } from "@/contracts/enums/llm-providers";
|
||||
import {
|
||||
useGlobalLLMConfigs,
|
||||
} from "@/hooks/use-llm-configs";
|
||||
import { cn } from "@/lib/utils";
|
||||
import InferenceParamsEditor from "../inference-params-editor";
|
||||
import { useAtomValue } from "jotai";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue