Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-07-17 | 1.2 kB | |
v0.7.6 source code.tar.gz | 2024-07-17 | 209.3 kB | |
v0.7.6 source code.zip | 2024-07-17 | 251.3 kB | |
Totals: 3 Items | 461.8 kB | 0 |
What's Changed & Added features
- pyqt-openai will export conversation history as JSON instead of sqlite DB file.
- You can import conversation which exported from pyqt-openai.
- You can import from ChatGPT data.
- Reorganizing DB
- Discontinue supporting openai below 0.28
- Add "Favorite" feature on each message
- Full screen feature
- Saving window layout set by user
- Update constants.py
- Change the process of insert message through signal between the scripts (makes it more efficient)
- Exclude id from showing/hiding columns
- Fix bugs
Preview
* Yellow line - You can go to the settings on "File" menu (I forgot to mention in the previous version)
* Blue line - Import your previous data from other PC or data exported from ChatGPT.
* IMPORTANT: Pick conversations.json when you import.
* Red line - Export (=Save). I changed one of the exported type from sqlite db to json.
* Orange line - Favorite. Pick message you want to read again and see it on "Favorite List".
Full Changelog: https://github.com/yjg30737/pyqt-openai/compare/v0.6.5...v0.7.5