chore(deps): update ghcr.io/cheshire-cat-ai/core docker tag to v1.6.2 (#3627)
This commit is contained in:
parent
cd5ec10497
commit
6a91ed10fd
|
@ -5,19 +5,14 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "cheshire-cat-ai",
|
"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).",
|
"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,
|
"tipi_version": 4,
|
||||||
"version": "1.6.1",
|
"version": "1.6.2",
|
||||||
"categories": [
|
"categories": ["ai"],
|
||||||
"ai"
|
|
||||||
],
|
|
||||||
"short_desc": "A production-ready AI framework to develop AI agents.",
|
"short_desc": "A production-ready AI framework to develop AI agents.",
|
||||||
"author": "pieroit",
|
"author": "pieroit",
|
||||||
"source": "https://github.com/cheshire-cat-ai/core",
|
"source": "https://github.com/cheshire-cat-ai/core",
|
||||||
"website": "https://cheshirecat.ai",
|
"website": "https://cheshirecat.ai",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"url_suffix": "/admin",
|
"url_suffix": "/admin",
|
||||||
"supported_architectures": [
|
"supported_architectures": ["amd64", "arm64"]
|
||||||
"amd64",
|
|
||||||
"arm64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@ services:
|
||||||
cheshire-cat-ai:
|
cheshire-cat-ai:
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- 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
|
container_name: cheshire-cat-ai
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:80
|
- ${APP_PORT}:80
|
||||||
|
|
Loading…
Reference in New Issue
Block a user