fix: remove unused HoverCard imports from DynamicFormItemComponent and clean up ModelsDialog constants

This commit is contained in:
Junyan Qin
2026-01-01 12:53:39 +08:00
parent b99c5561fc
commit 898144e9f4
2 changed files with 0 additions and 6 deletions

View File

@@ -26,11 +26,6 @@ import {
ApiRespPluginSystemStatus,
} from '@/app/infra/entities/api';
import { toast } from 'sonner';
import {
HoverCard,
HoverCardContent,
HoverCardTrigger,
} from '@/components/ui/hover-card';
import { useTranslation } from 'react-i18next';
import { extractI18nObject } from '@/i18n/I18nProvider';
import { Textarea } from '@/components/ui/textarea';

View File

@@ -52,7 +52,6 @@ interface ModelsDialogProps {
onOpenChange: (open: boolean) => void;
}
const LANGBOT_MODELS_PROVIDER_NAME = 'LangBot Models';
const LANGBOT_MODELS_PROVIDER_REQUESTER = 'space-chat-completions';
export default function ModelsDialog({