Nathan Fretz
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
12 additions and
4 deletions
-
chatbot-ui/docker-compose.yml
-
chatbot-ui/umbrel-app.yml
|
|
@ -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 |
|
|
@ -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 |
|
|
|
|
|
|
|
This version is up-to-date as of commit 5aa5be3 here: https://github.com/mckaywrigley/chatbot-ui/commit/5aa5be3f435981b053ee8cab7205b6107ff34dc5 |
|
|
|
- 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 e8150e7 here: https://github.com/mckaywrigley/chatbot-ui/commit/e8150e719548ce107f0cd45efbaae02746a9315f |
|
|
|
submitter: Umbrel |
|
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/472 |