Skip to content

Releases: TannerMidd/minimal-chat

v6.0.4 File Uploading and New System Prompt Setting

10 May 22:27
ee3e58c

Choose a tag to compare

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.

output-onlinepngtools (2)


Full Changelog: v6.0.3...v6.0.4

v6.0.3 Bugfixes

06 May 23:02
7784746

Choose a tag to compare

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

Screenshot_2024-05-06_175224-removebg

Full Changelog: v6.0.2...v6.0.3

v6.0.2 Site Design Updates

05 May 21:35

Choose a tag to compare

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

image

Settings panel

image

Full Changelog: v6.0.1...v6.0.2

v6.0.1 Quickly Change Models and Messages Redesign Finishing Touches

05 May 05:00
3612f2d

Choose a tag to compare

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 id property in the messages list. This broke title generation and various other requests...
  • Added the finishing touches to the messages redesign.

image

Full Changelog: v6.0.0...v6.0.1

v6.0.0 Bringing Local LLM Models to the Browser and Messages Redesign

04 May 21:42
9ece472

Choose a tag to compare

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

Screenshot 2024-05-04 163131

Full Changelog: v5.1.9...v6.0.0

v5.1.9 Responsive Layout Improvements

04 May 05:22

Choose a tag to compare

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

Screenshot 2024-05-04 001739Screenshot 2024-05-04 001947

v5.1.8 Conversation Panel Styling Updates & New Tooltips

04 May 01:02

Choose a tag to compare

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

image

v5.1.7 Additional Custom Endpoint Model Settings

03 May 22:42

Choose a tag to compare

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

image

Full Changelog: v5.1.6...v5.1.7

v5.1.6 Ability to Edit Previous Message and Regenerate Response

03 May 17:44

Choose a tag to compare

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.

image

v5.1.5 Delete Previous Message(s) in Conversation History

02 May 00:28

Choose a tag to compare

Full Changelog: v5.1.4...v5.1.5

Added the ability to delete previous message entries in the current conversation.

image