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:
CREDO23 2025-12-10 09:29:14 +00:00
parent 62fcec425b
commit 194b17500e
2 changed files with 0 additions and 43 deletions

View file

@ -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";