Releases: TannerMidd/minimal-chat
Releases · TannerMidd/minimal-chat
v6.0.4 File Uploading and New System Prompt Setting
What's Changed
- Added the ability to set a system prompt globally for all supported models
- Enter the system prompt in the Settings Dialog
- Added the ability to import files and extract and add their contents to the current conversation.
- Image files cannot be added currently, only used for vision processing.
- Fixed bug causing the conversations dialog to close while in the mobile layout and attempting to edit a conversation title.
- Feature/add ability to set system prompt by @Fingerthief in #76
- Feature/upload files to import text into conversation by @Fingerthief in #77
Full Changelog: v6.0.3...v6.0.4
v6.0.3 Bugfixes
Updates
- Fixed bug causing image generation (DALL-E) and Vision requests to fail.
- Fixed layout bug causing the conversation panel bottom buttons to misalign on various screen sizes
- Matched header bar color to the coversations panel color for consistency
- Updated settings panel close button to match the conversations panel style buttons
Full Changelog: v6.0.2...v6.0.3
v6.0.2 Site Design Updates
v6.0.2 Site Design Updates
In general, working on aligning the rest of the website styling with the new messages UI design theme recently implemented.
- Updated messages text to properly wrap instead of overflow off the screen
- This has been an annoying problem for the mobile layout in the past. Thankfully it is solved now 🎉
- Updated code blocks to be scrollable if the content overflows.
- Redesigned settings panel layout to make better use of screen space when available and have a cleaner look and feel
- Updated conversations list style to be more distinct between the currently selected conversation and the rest
- Aligned the styles in the conversations panel with the new site design (based off the messages redesign)
- Aligned the styles in the settings panel with the new site design
- Updated floating scroll button style to match new site design
- Various other small styling tweaks across the site
Main View
Settings panel
Full Changelog: v6.0.1...v6.0.2
v6.0.1 Quickly Change Models and Messages Redesign Finishing Touches
What's New
- Added a drop-down list on the left side of the chat header that can be used to quickly change the current model being used.
- Fixed a widespread bug caused by the addition of an
idproperty in the messages list. This broke title generation and various other requests... - Added the finishing touches to the messages redesign.
Full Changelog: v6.0.0...v6.0.1
v6.0.0 Bringing Local LLM Models to the Browser and Messages Redesign
What's Changed
- Thanks the awesome folks at Web LLM you can now download, cache, load and run a select few models (until I expand integration on my end) directly from your browser with GPU acceleration in Chrome and Edge browsers.
- Large redesign of the messages layout to introduce a more minimal and clean interface.
- Added the ability to rename conversation titles
Full Changelog: v5.1.9...v6.0.0
v5.1.9 Responsive Layout Improvements
Full Changelog: v5.1.8...v5.1.9
- Moved the drag resize conversation panel logic up a level to have access to the appropriate element to resize. This fixes some weird width shenanigans that were occurring in the conversations panel especially on resizing.
- Slightly increased font size on mobile devices
- Message label border color tweaks
- Minor color tweaks to the conversations list items
- Rounded the input box corners
v5.1.8 Conversation Panel Styling Updates & New Tooltips
Full Changelog: v5.1.7...v5.1.8
- Added Tippy.js to use as a robust tooltip library.
- The tooltips only appear on the first time a user hovers a particular element. Until the page is refreshed it will no longer show a tooltip if a user hovers that same element again.
- Added tooltips in various areas that the user might needs them like:
- double click message to edit
- click message label to copy message text
- Updated conversations list to have a cleaner look and feel for the currently selected and non-selected conversations
- Improved mobile styles with better general alignments for dialogs and message bubbles & labels
- Updated color styles for the conversations panel to be toned down for a cleaner more minimal look and feel
- Fixed bug that caused users to enter edit mode on non user messages
v5.1.7 Additional Custom Endpoint Model Settings
Changes v5.1.6...v5.1.7
- Added additional settings when the Open AI Formatted API model option is selected
- Top_P This setting limits the model's choices to a percentage of likely tokens: only the top tokens whose probabilities add up to P. A lower value makes the model's responses more predictable, while the default setting allows for a full range of token choices.
- repetition_penalty Helps to reduce the repetition of tokens from the input. A higher value makes the model less likely to repeat tokens, but too high a value can make the output less coherent (often with run-on sentences that lack small words). Token penalty scales based on original token's probability.
- Updated the settings view to have labels for each input field now.
- Increased the max width of message bubbles to make better use of available screen space.
Parameters Reference from Open Router
Full Changelog: v5.1.6...v5.1.7
v5.1.6 Ability to Edit Previous Message and Regenerate Response
Full Changelog: v5.1.5...v5.1.6
- Added the ability to double click any user message bubble in the conversation to enter Edit Mode
- Edit Mode: Update the text to whatever you like, once a user clicks outside of the message bubble the new input will be saved and message will be regenerated.
- Added tooltip to inform users that they can double click to edit a message.
v5.1.5 Delete Previous Message(s) in Conversation History
Full Changelog: v5.1.4...v5.1.5
Added the ability to delete previous message entries in the current conversation.











