Releases: qader1/QDR-Chat
Releases · qader1/QDR-Chat
QDR Chat v1.1.0 (Installer Download)
New feature:
- Long-term memory: Now the model decides to store certain information in long-term memory which will be added as a context in the beginning of every conversation. Memories can be viewed and deleted.
- Names: You can tell the model your name and give it a name from the menu.
Improvements:
- Visual improvement to the history widget.
QDR Chat v1.0.5 (Installer Download)
Improvements:
- Now it's possible to set the system prompt before sending the first message in a new chat; system prompt bar is always shown.
- added tooltip text to show titles as long titles go behind the chat widget.
bug fixes:
- an issue in the input text field where it doesn't change height when text is pasted.
QDR Chat v1.0.4 (Installer Download)
- changed initial window size to make it relative to the display resolution
- fixed an annoying visual bug that occurs sometimes and make code and message widgets larger than they should.
If no more issues are reported, this will probably be the final release.
QDR Chat v1.0.3 (Installer Download)
- Added an option to change input size.
- When the number of tokens in a conversation exceeds the context length of model, the API returns an error. Now conversations are truncated and earliest messages are omitted to fit the context length.
QDR Chat v1.0.2 (Installer Download)
- fixed a critical bug that caused the program to crash
- improved logging
QDR Chat v1.0.1 (Installer Download)
Hopefully fixed the issues that were reported.
- Added more error handling for API errors.
- disallowed passing empty strings as API key
- fixed input field growing inside infinitely with more text
- disallowed rich text to be pasted as input
- added text resize options in the menu
- Added a logger to log unhandled exceptions.
QDR Chat v1.0.0 (Installer Download)
Project done. If you wanna use the GUI without having to run it in Python, just download the installer, install in your specified directory and then run the executable gui.exe inside the folder.
Note: Only Runs on Windows. If you want to run it on Linux or MacOS, slight modification to the code is required, specifically, to remove the lines that changes the color of window's title bar which uses windows API.