更新创作模型配置功能
- 在创作页面中新增会话ID和流ID字段,增强执行流的管理能力。 - 在模型配置页面中添加模型类型字段,提升模型管理的灵活性。 - 优化模型选择器,更新API Key配置弹窗,改善用户交互体验。
This commit is contained in:
@@ -76,6 +76,8 @@ export interface ExecutionItem {
|
||||
|
||||
export interface ExecutionFlowItem {
|
||||
flowName: string;
|
||||
flowId?: number | string;
|
||||
sessionId?: string;
|
||||
items: ExecutionItem[];
|
||||
}
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ export interface ModelModuleListParams {
|
||||
pageNum?: number;
|
||||
pageSize?: number;
|
||||
modelName?: string;
|
||||
modelsType?: number | string;
|
||||
}
|
||||
|
||||
export interface ModelFormItem {
|
||||
|
||||
Reference in New Issue
Block a user