mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-02-06 16:53:24 +08:00
内置模型不能编辑
This commit is contained in:
@@ -380,6 +380,8 @@ export interface DomainModel {
|
||||
input?: number;
|
||||
/** 是否启用 */
|
||||
is_active?: boolean;
|
||||
/** 是否内部模型 */
|
||||
is_internal?: boolean;
|
||||
/** 模型名称 如: deepseek-v3 */
|
||||
model_name?: string;
|
||||
/** 模型类型 llm:对话模型 coder:代码模型 */
|
||||
|
||||
Reference in New Issue
Block a user