0485a26b3d
* add: Cheshire Cat AI app meow * fix(cheshire-cat-ai): fix some small config options --------- Co-authored-by: Stavros <steveiliop56@gmail.com>
23 lines
732 B
JSON
23 lines
732 B
JSON
{
|
|
"name": "Cheshire Cat AI",
|
|
"available": true,
|
|
"port": 1865,
|
|
"exposable": true,
|
|
"id": "cheshire-cat-ai",
|
|
"description": "The Cheshire Cat is an open-source, hackable and production-ready framework that allows developing intelligent personal AI assistant agents on top of Large Language Models (LLM).",
|
|
"tipi_version": 1,
|
|
"version": "1.5.3",
|
|
"categories": [
|
|
"ai"
|
|
],
|
|
"short_desc": "A production-ready AI framework to develop AI agents.",
|
|
"author": "pieroit",
|
|
"source": "https://github.com/cheshire-cat-ai/core",
|
|
"website": "https://cheshirecat.ai",
|
|
"form_fields": [],
|
|
"url_suffix": "/admin",
|
|
"supported_architectures": [
|
|
"amd64",
|
|
"arm64"
|
|
]
|
|
} |