perf: make runner detailed config form dynamicly hideaway

This commit is contained in:
Junyan Qin
2025-05-08 18:33:29 +08:00
parent a0056eb14c
commit 364fa0cbc0
2 changed files with 35 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import LLMCard from '@/app/home/models/component/llm-card/LLMCard';
import LLMForm from '@/app/home/models/component/llm-form/LLMForm';
import CreateCardComponent from '@/app/infra/basic-component/create-card-component/CreateCardComponent';
import { httpClient } from '@/app/infra/http/HttpClient';
import { LLMModel } from '@/app/infra/api/api-types';
import { LLMModel } from '@/app/infra/entities/api';
import {
Dialog,
DialogContent,