Browse Source
Update Chatpad AI to commit bb5f4a (#1193)
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Brunno Soares
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
4 deletions
-
chatpad-ai/docker-compose.yml
-
chatpad-ai/umbrel-app.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 |
|
|
|
|
|
@ -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 |
|
|
|