Skip to content

Releases: yjg30737/pyqt-openai

v1.8.1

17 Nov 08:28
f3e7334
Compare
Choose a tag to compare

What's Changed

  • Fix bugs

Full Changelog: v1.8.0...v1.8.1

Download VividNode

v1.8.0

16 Nov 09:19
d28dc75
Compare
Choose a tag to compare

What's Changed

  • You can import CSV file in "sentence form" of prompt.
  • 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

Download VividNode

v1.7.1

14 Nov 11:43
1f32376
Compare
Choose a tag to compare

What's Changed

  • Fixed bugs in LlamaIndex functionality.
  • For other things, see update v1.7.0.

Full Changelog: v1.7.0...v1.7.1

Download VividNode

v1.7.0

13 Nov 09:41
Compare
Choose a tag to compare

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 with QLineEdit 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

Download VividNode

v1.6.1

05 Nov 08:42
cb4a6c8
Compare
Choose a tag to compare

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

Download VividNode

v1.6.0

01 Nov 06:15
be928c8
Compare
Choose a tag to compare

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

Download VividNode

v1.5.0

20 Oct 01:19
Compare
Choose a tag to compare

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

Download VividNode

v1.4.1

14 Oct 00:45
Compare
Choose a tag to compare

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

Download VividNode

v1.4.0

08 Oct 02:45
9e33a0c
Compare
Choose a tag to compare

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

Download VividNode

v1.3.0

02 Oct 06:58
467f609
Compare
Choose a tag to compare

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

Download VividNode