Update Chatbot UI to 2023.04.05 (#489)

This commit is contained in:
Nathan Fretz 2023-04-06 11:22:06 -07:00 committed by GitHub
parent 6babf8eea6
commit 9d797d940f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 4 deletions

View File

@ -7,4 +7,4 @@ services:
APP_PORT: 3000
web:
image: nmfretz/chatbot-ui:2023.03.27@sha256:b071c60916f6fed488bfc03452d3fe4560b328541c0d23de7e46cca5abce707b
image: nmfretz/chatbot-ui:2023.04.05@sha256:f5f8b500ae02d134b981ce6c8147f74588434b1773be2f06b96acbf3e8e93b1b

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: chatbot-ui
category: Productivity
name: ChatBot UI
version: "2023.03.27"
version: "2023.04.05"
tagline: ChatGPT but better
description: >-
ChatBot UI is an advanced chatbot kit for OpenAI's chat models aiming to mimic ChatGPT's interface and functionality.
@ -27,9 +27,17 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
Initial release to the Umbrel App Store.
This update includes various bug fixes and enhancements, including the following:
- You can now import and export custom prompts
- Prompts are now tabbable
- Support added for custom default system prompts
- Fixed bug that caused the app to crash when typing "/" followed by a non-prompt name
This version is up-to-date as of commit 5aa5be3 here: https://github.com/mckaywrigley/chatbot-ui/commit/5aa5be3f435981b053ee8cab7205b6107ff34dc5
This version is up-to-date as of commit e8150e7 here: https://github.com/mckaywrigley/chatbot-ui/commit/e8150e719548ce107f0cd45efbaae02746a9315f
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/472