Browse Source

Update chatbot-ui to 2023.04.20 (#646)

main
Mayank Chhabra 2 years ago
committed by GitHub
parent
commit
3f57ba754f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      chatbot-ui/docker-compose.yml
  2. 27
      chatbot-ui/umbrel-app.yml

2
chatbot-ui/docker-compose.yml

@ -7,4 +7,4 @@ services:
APP_PORT: 3000
web:
image: nmfretz/chatbot-ui:2023.04.05@sha256:f5f8b500ae02d134b981ce6c8147f74588434b1773be2f06b96acbf3e8e93b1b
image: ghcr.io/mckaywrigley/chatbot-ui:main@sha256:569dffe6043136f03de86bde38453a58d05150f29476239dc1da4ce2573b4101

27
chatbot-ui/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: chatbot-ui
category: ai
name: ChatBot UI
version: "2023.04.05"
version: "2023.04.20"
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,17 +27,30 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
This update includes various bug fixes and enhancements, including the following:
New Features:
- You can now import and export custom prompts
- Prompts are now tabbable
Added support for Azure OpenAI, with temperature now available as a parameter. The chat window has been improved with a sticky Model Name Bar at the top and enhanced mobile layout, along with a blinking typing cursor.
- Support added for custom default system prompts
- Fixed bug that caused the app to crash when typing "/" followed by a non-prompt name
Enhancements:
This version is up-to-date as of commit e8150e7 here: https://github.com/mckaywrigley/chatbot-ui/commit/e8150e719548ce107f0cd45efbaae02746a9315f
A major refactor has been carried out for better code maintainability alongside an improved hotkey support for plugins. README now better documents various settings. Enhancements were made to existing translations, and new ones have been added, encompassing Romanian, Polish, Catalan, Bangla, Turkish, and Finnish languages. The app now sorts folders alphabetically and features an updated demo image, as well as performance improvements.
Bug Fixes:
Several Google plugin issues have been fixed, along with issues related to hiding API Key and Plugin Key buttons if set server-side. Other fixes include addressing the copy button on code block, modal scrolling on small devices, search box disappearing in Sidebar component, message input not updating on chat list switch, and site not opening if the imported JSON is invalid. Chat messages disappearing on edit, temperature font color, scroll-down button overlapping chat input, prompt selection, and import issues have all been resolved.
Others:
Spelling, brevity, and wording improvements have been made throughout the app, and a Security.md file was created to address vulnerability reporting.
This version is up-to-date as of commit fa3f6e9 here: github.com/mckaywrigley/chatbot-ui/commit/fa3f6e9
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/472
Loading…
Cancel
Save