diff --git a/apps/cheshire-cat-ai/config.json b/apps/cheshire-cat-ai/config.json index 6a7e4dca..a31d7160 100644 --- a/apps/cheshire-cat-ai/config.json +++ b/apps/cheshire-cat-ai/config.json @@ -5,19 +5,14 @@ "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": 3, - "version": "1.6.1", - "categories": [ - "ai" - ], + "tipi_version": 4, + "version": "1.6.2", + "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" - ] + "supported_architectures": ["amd64", "arm64"] } diff --git a/apps/cheshire-cat-ai/docker-compose.yml b/apps/cheshire-cat-ai/docker-compose.yml index 204fad05..b17aef1b 100644 --- a/apps/cheshire-cat-ai/docker-compose.yml +++ b/apps/cheshire-cat-ai/docker-compose.yml @@ -4,7 +4,7 @@ services: cheshire-cat-ai: networks: - tipi_main_network - image: ghcr.io/cheshire-cat-ai/core:1.6.1 + image: ghcr.io/cheshire-cat-ai/core:1.6.2 container_name: cheshire-cat-ai ports: - ${APP_PORT}:80