Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-07-28 | 1.1 kB | |
v0.8.0 source code.tar.gz | 2024-07-28 | 248.4 kB | |
v0.8.0 source code.zip | 2024-07-28 | 294.6 kB | |
Totals: 3 Items | 544.1 kB | 0 |
New Features
- Added JSON mode feature
- Added llamaindex streaming feature
- Added new model for font settings
- Added multiple languages support: Bengali, Urdu, Indonesian, Portuguese
- Added import & export prompt feature
- Combined chatgpt import with general import code-wise
- Added brief manual to each type of chat import
- Added refresh feature for chat history widget
Updates
- Updated constants and models for customizeDialog.py
- Updated GUI related to prompt
- Updated button and toolbutton styles
- Changed filename: language_dict.py to translations.py
- Reorganized DB related to prompts
- Changed icon variable to a specified constant
- Applied PEP8 standards
- Add pyproject.toml
- Get APP_NAME and CONTACT values from pyproject.toml
Fixes
- Fixed TypeError
- Fixed bugs
Refactoring
- Refactored codebase
- Resolved conflicts
- Removed unnecessary __init__.py files in submodules
Miscellaneous
- Added toml package in required packages for supporting Python version below v3.11