瀏覽代碼

add IAiModelSystem

visuddhinanda 10 月之前
父節點
當前提交
da9fafa0c6
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      dashboard-v4/dashboard/src/components/api/ai.ts

+ 5 - 0
dashboard-v4/dashboard/src/components/api/ai.ts

@@ -98,3 +98,8 @@ export interface IAiModelLogListResponse {
   message: string;
   data: { rows: IAiModelLogData[]; total: number };
 }
+
+export interface IAiModelSystem {
+  view: string;
+  models: string[];
+}