From 9dec891bc523f373fb09cd9ec69f0117042e3e53 Mon Sep 17 00:00:00 2001 From: Brunno Soares Date: Tue, 9 Jul 2024 00:11:31 -0300 Subject: [PATCH] Update Chatpad AI to commit bb5f4a (#1193) Co-authored-by: nmfretz --- chatpad-ai/docker-compose.yml | 4 ++-- chatpad-ai/umbrel-app.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chatpad-ai/docker-compose.yml b/chatpad-ai/docker-compose.yml index 2bcccd3c..6b994e49 100644 --- a/chatpad-ai/docker-compose.yml +++ b/chatpad-ai/docker-compose.yml @@ -1,4 +1,4 @@ -version: "3.7" +version: "3.9" services: app_proxy: @@ -7,5 +7,5 @@ services: APP_PORT: 80 web: - image: ghcr.io/deiucanta/chatpad:f45cd53bc410412610c1ba1cbd84cd137d8e167d@sha256:b0b2364a3ad97812bd88c1f33541ba4281e0bbff1878b509cef354ae7ec3278d + image: ghcr.io/deiucanta/chatpad:bb5f4abb36b45320df69dfccb64e734f36ca9bb3@sha256:15155e3a09fd677d578583f6bd3848c991cf768997400e37bc4c27e62a918a7e restart: on-failure diff --git a/chatpad-ai/umbrel-app.yml b/chatpad-ai/umbrel-app.yml index 8fc20a0d..4fe1152e 100644 --- a/chatpad-ai/umbrel-app.yml +++ b/chatpad-ai/umbrel-app.yml @@ -3,7 +3,7 @@ id: chatpad-ai category: ai name: Chatpad AI # using first 6 characters of commit hash as version number (docker image tag uses full commit hash) -version: "f45cd5" +version: "bb5f4a" tagline: Premium quality UI for ChatGPT description: >- Chatpad AI is an alternative user interface for OpenAI's chat models. Simply add your OpenAI API key and you're ready to go! @@ -24,6 +24,6 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: >- - This release adds support for multiple languages, and includes many performance improvements and bug fixes. + This release adds GPT-4o support. submitter: Umbrel submission: https://github.com/getumbrel/umbrel-apps/pull/604