diff --git a/chatpad-ai/docker-compose.yml b/chatpad-ai/docker-compose.yml index dbb4b2c..cfc951d 100644 --- a/chatpad-ai/docker-compose.yml +++ b/chatpad-ai/docker-compose.yml @@ -7,5 +7,5 @@ services: APP_PORT: 80 web: - image: ghcr.io/deiucanta/chatpad:e60272eefaf6e61f435b8bc65befba577b883750@sha256:fd0fa39524931e1e072cab58fcecdec51f60cf73c440cef05283cfa6a5b80cc9 - restart: on-failure \ No newline at end of file + image: ghcr.io/deiucanta/chatpad:e8240a7befc6c84bb1a112407059a463fcc54ee1@sha256:0cac0f3510096b308b426e9b382cfc1796d5b61abaeb22eb15baa2e95eb75cf6 + restart: on-failure diff --git a/chatpad-ai/umbrel-app.yml b/chatpad-ai/umbrel-app.yml index fed6823..9d883d6 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: "e60272" +version: "e8240a" 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! @@ -23,6 +23,7 @@ gallery: path: "" defaultUsername: "" defaultPassword: "" -releaseNotes: "" +releaseNotes: >- + - Add support for latest OpenAI API & models submitter: Umbrel -submission: https://github.com/getumbrel/umbrel-apps/pull/604 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel-apps/pull/604