diff --git a/chatbot-ui/docker-compose.yml b/chatbot-ui/docker-compose.yml index f4bb9c33..bde9c3e5 100644 --- a/chatbot-ui/docker-compose.yml +++ b/chatbot-ui/docker-compose.yml @@ -7,4 +7,4 @@ services: APP_PORT: 3000 web: - image: nmfretz/chatbot-ui:2023.04.05@sha256:f5f8b500ae02d134b981ce6c8147f74588434b1773be2f06b96acbf3e8e93b1b \ No newline at end of file + image: ghcr.io/mckaywrigley/chatbot-ui:main@sha256:569dffe6043136f03de86bde38453a58d05150f29476239dc1da4ce2573b4101 \ No newline at end of file diff --git a/chatbot-ui/umbrel-app.yml b/chatbot-ui/umbrel-app.yml index 162cf5a1..8bf7ef5b 100644 --- a/chatbot-ui/umbrel-app.yml +++ b/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: - - - You can now import and export custom prompts + New Features: - - Prompts are now tabbable - - Support added for custom default system prompts + 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. - - 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 + Enhancements: + + + 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 \ No newline at end of file