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. 2
      chatpad-ai/docker-compose.yml
  2. 5
      chatpad-ai/umbrel-app.yml

2
chatpad-ai/docker-compose.yml

@ -7,5 +7,5 @@ services:
APP_PORT: 80 APP_PORT: 80
web: web:
image: ghcr.io/deiucanta/chatpad:e60272eefaf6e61f435b8bc65befba577b883750@sha256:fd0fa39524931e1e072cab58fcecdec51f60cf73c440cef05283cfa6a5b80cc9 image: ghcr.io/deiucanta/chatpad:e8240a7befc6c84bb1a112407059a463fcc54ee1@sha256:0cac0f3510096b308b426e9b382cfc1796d5b61abaeb22eb15baa2e95eb75cf6
restart: on-failure restart: on-failure

5
chatpad-ai/umbrel-app.yml

@ -3,7 +3,7 @@ id: chatpad-ai
category: ai category: ai
name: Chatpad AI name: Chatpad AI
# using first 6 characters of commit hash as version number (docker image tag uses full commit hash) # 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 tagline: Premium quality UI for ChatGPT
description: >- 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! 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: "" path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: "" releaseNotes: >-
- Add support for latest OpenAI API & models
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/604 submission: https://github.com/getumbrel/umbrel-apps/pull/604
Loading…
Cancel
Save