From 7fb5a5637c5358d44c361005402fbf58d0e61da7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 19:34:22 +0000 Subject: [PATCH] chore(deps): update ghcr.io/cheshire-cat-ai/core docker tag to v1.6.0 (#3392) --- apps/cheshire-cat-ai/config.json | 44 ++++++++++++------------- apps/cheshire-cat-ai/docker-compose.yml | 2 +- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/apps/cheshire-cat-ai/config.json b/apps/cheshire-cat-ai/config.json index e829f767..a7f75d5c 100644 --- a/apps/cheshire-cat-ai/config.json +++ b/apps/cheshire-cat-ai/config.json @@ -1,23 +1,23 @@ { - "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" - ] - } \ No newline at end of file + "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": 2, + "version": "1.6.0", + "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" + ] +} diff --git a/apps/cheshire-cat-ai/docker-compose.yml b/apps/cheshire-cat-ai/docker-compose.yml index 488b0d82..69c81e13 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.5.3 + image: ghcr.io/cheshire-cat-ai/core:1.6.0 container_name: cheshire-cat-ai ports: - ${APP_PORT}:80