Browse Source

Update chatpad-ai to e8240a (#799)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Parth Jadhav 1 year ago
committed by GitHub
parent
commit
721f6a9092
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      chatpad-ai/docker-compose.yml
  2. 7
      chatpad-ai/umbrel-app.yml

4
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
image: ghcr.io/deiucanta/chatpad:e8240a7befc6c84bb1a112407059a463fcc54ee1@sha256:0cac0f3510096b308b426e9b382cfc1796d5b61abaeb22eb15baa2e95eb75cf6
restart: on-failure

7
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
submission: https://github.com/getumbrel/umbrel-apps/pull/604

Loading…
Cancel
Save