mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-27 07:54:19 +00:00
fix: remove unused HoverCard imports from DynamicFormItemComponent and clean up ModelsDialog constants
This commit is contained in:
@@ -26,11 +26,6 @@ import {
|
|||||||
ApiRespPluginSystemStatus,
|
ApiRespPluginSystemStatus,
|
||||||
} from '@/app/infra/entities/api';
|
} from '@/app/infra/entities/api';
|
||||||
import { toast } from 'sonner';
|
import { toast } from 'sonner';
|
||||||
import {
|
|
||||||
HoverCard,
|
|
||||||
HoverCardContent,
|
|
||||||
HoverCardTrigger,
|
|
||||||
} from '@/components/ui/hover-card';
|
|
||||||
import { useTranslation } from 'react-i18next';
|
import { useTranslation } from 'react-i18next';
|
||||||
import { extractI18nObject } from '@/i18n/I18nProvider';
|
import { extractI18nObject } from '@/i18n/I18nProvider';
|
||||||
import { Textarea } from '@/components/ui/textarea';
|
import { Textarea } from '@/components/ui/textarea';
|
||||||
|
|||||||
@@ -52,7 +52,6 @@ interface ModelsDialogProps {
|
|||||||
onOpenChange: (open: boolean) => void;
|
onOpenChange: (open: boolean) => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
const LANGBOT_MODELS_PROVIDER_NAME = 'LangBot Models';
|
|
||||||
const LANGBOT_MODELS_PROVIDER_REQUESTER = 'space-chat-completions';
|
const LANGBOT_MODELS_PROVIDER_REQUESTER = 'space-chat-completions';
|
||||||
|
|
||||||
export default function ModelsDialog({
|
export default function ModelsDialog({
|
||||||
|
|||||||
Reference in New Issue
Block a user