Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@ChayScripts ChayScripts released this 19 Jun 07:24
· 1 commit to main since this release
903593b

New Features and Improvements

  • Save Chat:

    • Users can now save their chat sessions in a *_chat_history.json file (based on Horizontal or Vertical view) located in the script's directory. This feature enhances usability by allowing users to reference past conversations easily.
    • Users can back up the *_chat_history.json file by renaming it with the current date. This allows for easy organization and retrieval of past chat sessions. Users can rename it back to Horizontal_chat_history.json or Vertical_chat_history.json as needed for future use. When you run the app, it reads from the json file and show you all the previous chats from that particular json file.
    • Privacy Assurance: All chat history is stored locally on the user's machine, ensuring that conversations are not saved on any remote server or LLM server, thereby protecting user privacy.
  • Read More:

    • Added a "Read More" feature that allows users to expand and view additional content or context within the chat interface.
  • Delete This Response:

    • Introduced functionality that enables users to delete specific responses from the chat, providing more control over the conversation history.
  • Last Response Deletes Whole Conversation:

    • Implemented a feature where deleting the last response will clear the entire conversation, allowing users to remove a particular conversation completely.
  • Adjusted Buttons:

    • Improved the layout and functionality of buttons within the interface for a more intuitive user experience.
  • Removed Thinking Block:

    • The <think> tags have been removed from the output to reduce clutter and save space, resulting in a cleaner and more concise chat response.