perf: llm model definition

This commit is contained in:
Junyan Qin
2025-04-27 17:04:56 +08:00
parent 3003f39e34
commit b85f798364
4 changed files with 14 additions and 13 deletions
@@ -9,7 +9,6 @@ import {
} from "@/app/home/components/dynamic-form/DynamicFormItemConfig";
import {UUID} from 'uuidjs'
import DynamicFormComponent from "@/app/home/components/dynamic-form/DynamicFormComponent";
import {ICreateLLMField} from "@/app/home/models/ICreateLLMField";
import {httpClient} from "@/app/infra/http/HttpClient";
import { Bot } from "@/app/infra/api/api-types";