内置模型不能编辑

This commit is contained in:
Monster
2025-07-16 19:59:56 +08:00
parent 305fedd617
commit 1841781d96
2 changed files with 20 additions and 14 deletions

View File

@@ -380,6 +380,8 @@ export interface DomainModel {
input?: number;
/** 是否启用 */
is_active?: boolean;
/** 是否内部模型 */
is_internal?: boolean;
/** 模型名称 如: deepseek-v3 */
model_name?: string;
/** 模型类型 llm:对话模型 coder:代码模型 */