Skip to content

Releases: yjg30737/pyqt-openai

v1.8.3

24 Nov 12:28
6ed8f59
Compare
Choose a tag to compare

What's Changed

  • Fix chat import feature related issue

Full Changelog: v1.8.2...v1.8.3

Download VividNode

v1.8.2

24 Nov 02:42
50e27ce
Compare
Choose a tag to compare

What's Changed

  • Fix prompt manager related issues
  • Fix vision related issues
  • gpt4free
    • Get image models only from gpt4free (as far as we can)
    • Get image provider in auto mode

Full Changelog: v1.8.1...v1.8.2

Download VividNode

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