mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 19:35:26 +02:00
18 lines
484 B
JSON
18 lines
484 B
JSON
{
|
|
"id": "anythingllm",
|
|
"name": "AnythingLLM",
|
|
"version": "latest",
|
|
"description": "AnythingLLM is a private, self-hosted, and local document chatbot platform that allows you to chat with your documents using various LLM providers.",
|
|
"logo": "logo.png",
|
|
"links": {
|
|
"github": "https://github.com/Mintplex-Labs/anything-llm",
|
|
"website": "https://anythingllm.com/",
|
|
"docs": "https://docs.anythingllm.com/"
|
|
},
|
|
"tags": [
|
|
"ai",
|
|
"llm",
|
|
"chatbot"
|
|
]
|
|
}
|