Răsfoiți Sursa

add IAiModelSystem

visuddhinanda 7 luni în urmă
părinte
comite
da9fafa0c6
1 a modificat fișierele cu 5 adăugiri și 0 ștergeri
  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[];
+}