Releases: yjg30737/pyqt-openai
Releases · yjg30737/pyqt-openai
v1.8.1
v1.8.0
What's Changed
- You can import CSV file in "sentence form" of prompt.
- This is for awesome_chatgpt_prompt support.
- Additional support for llamaindex extensions
'.docx', '.hwp', '.ipynb', '.csv', '.jpeg', '.jpg', '.mbox', '.md', '.mp3', '.mp4', '.pdf', '.png', '.ppt', '.pptx', '.pptm'
Full Changelog: v1.7.1...v1.8.0
v1.7.1
v1.7.0
What's Changed
- Added support for all API keys provided by LiteLLM.
- Please refer to the various providers and their models available in the litellm documentation 😊
- Preview:
_2024_11_13_18_46_22_257.mp4
_2024_11_13_18_51_35_674.mp4
- Fixed an issue related to pasting raw text.
- Fixed bugs in LlamaIndex functionality.
- Prevented character input when the prompt is empty.
- Replaced
QComboBox
withQLineEdit
to allow direct model input for improved usability. - Included advice for working with LLMs, along with provider-specific prefixes for better guidance.
Full Changelog: v1.6.1...v1.7.0
v1.6.1
What's Changed
- Remove llama-api
- Update GUI
- Add missing shortcuts to shortcut explorer dialog
- Support manual update (by default)
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Support edge-tts (free tts) - Video Preview
- gpt4free - Change the way to get image generation models
- Add provider column to image table
- Fix errors related to prompt engineering
- Fix issues related to prompt switching
- Add more actions to toolbar for Mac users
- Add "update directly" feature for Mac and Linux users
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Add Makefile
- Reformat with black
- Support g4f image models
- Complete vision feature for Gemini and Claude
- Move the llama_index cache directory to the configuration folder to avoid multiple potential errors when it comes to installation, etc
Full Changelog: v1.4.1...v1.5.0
v1.4.1
What's Changed
- Import winreg in Windows only
- Specify Python version range from 3.10 to 3.12 (because of PySide6)
- Make executable file for Linux and installer file for Mac
We need contributors for MacOS or Linux user 🙌 Read this and please join us :)
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Add is_g4f and g4f_platform fields to message table, remove old text
- Fix problems related to recent update, rename file
- Move every function in globals.py to utils.py for better organization and readability
- Get providers properly, allow user to set the provider, elaborate error message
- Update toolbar design
- Update setting dialog, move replicate api input field to the dialog
- Make sure the language file exists to prevent error
Full Changelog: v1.3.0...v1.4.0
v1.3.0
VividNode(pyqt-openai) 1.3.0
Feature Updates:
- Support GPT4Free
- Allow g4f user to select provider, show models in each provider, add manuals in g4f and using api tabs
- Add o1-preview and o1-mini
Bug Fixes
- Fixed issue with the updater.
- Fixed file-related errors post-installation.
Miscellaneous
- Refactoring of thread part
- Replace GPTThread with ChatThread
- Move the responsibility of setting the api key for each platform to usingApiPage
- Rename gpt- widgets to chat- widgets
Full Changelog: v1.2.0...v1.3.0