-
-
-
-
-
-
-
{org}
-
·
-
+
+ {/* Header */}
+
-
-
-
- {['LLM', 'text embedding', 'speech2text'].map(tag => (
-
- ))}
-
-
-
+
)
}
diff --git a/web/app/components/plugins/types.ts b/web/app/components/plugins/types.ts
index 3b8fdd12f2..0c2b467326 100644
--- a/web/app/components/plugins/types.ts
+++ b/web/app/components/plugins/types.ts
@@ -8,6 +8,7 @@ export enum PluginType {
}
export type Plugin = {
+ id: string
'type': PluginType
'org': string
'name': string