mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-22 22:35:24 +02:00
19 lines
419 B
JSON
19 lines
419 B
JSON
{
|
|
"id": "flowise",
|
|
"name": "Flowise",
|
|
"version": "latest",
|
|
"description": "Flowise is an open-source UI visual tool to build and run LLM-powered applications.",
|
|
"logo": "image.png",
|
|
"links": {
|
|
"github": "https://github.com/FlowiseAI/Flowise",
|
|
"website": "https://flowiseai.com/",
|
|
"docs": "https://docs.flowiseai.com/"
|
|
},
|
|
"tags": [
|
|
"ai",
|
|
"llm",
|
|
"workflow",
|
|
"automation"
|
|
]
|
|
}
|