Skip to content

Releases: szczyglis-dev/py-gpt

2.4.34

26 Nov 22:54
Compare
Choose a tag to compare
  • Added a new mode: Chat with Audio, with built-in multimodal support for audio input/output. Currently in beta, the execution of commands and tools in this mode is temporarily unavailable.
  • Added new models: gpt-4o-audio-preview, gpt-4o-2024-11-20, chatgpt-4o-latest.
  • Force disabled integration with the native system menu.

2.4.33

26 Nov 07:06
Compare
Choose a tag to compare
  • Improved CSS and rendering of file and image lists.
  • Added displaying of used attachments in the chat window.

2.4.32

26 Nov 03:02
Compare
Choose a tag to compare
  • The "Add URL" option added to the "Attachments" tab allows users to include content from a given website as additional context. Currently, it only supports standard web pages and video transcription for YouTube links. More "web" options will be added in the future.
  • Added UTF-8 as default in attachments content text read/write.

2.4.31

25 Nov 21:19
Compare
Choose a tag to compare
  • Added an option checkbox Auto-index on upload in the Attachments tab:

Tip: To use the Query only mode, the file must be indexed in the vector database. This occurs automatically at the time of upload if the Auto-index on upload option in the Attachments tab is enabled. When uploading large files, such indexing might take a while - therefore, if you are using the Full context option, which does not use the index, you can disable the Auto-index option to speed up the upload of the attachment. In this case, it will only be indexed when the Query only option is called for the first time, and until then, attachment will be available in the form of Full context and Summary.

  • Added context menu options in Uploaded attachments tab: Open, Open Source directory and Open Storage directory.

2.4.30

25 Nov 06:03
Compare
Choose a tag to compare
  • Added instruction to model about mapped data directory in both legacy and IPython code interepreter.
  • Updated locales for plugins.

2.4.29

25 Nov 04:35
Compare
Choose a tag to compare
  • Added a local IPython interpreter - you can now choose between local and sandbox (Docker) in the plugin settings.
  • Added the ability to configure mapped volumes and ports for Docker containers in the plugin settings.
  • Optimized and speed-up the Llama-index plugin (inline).
  • Checkboxes replaced with Toggle buttons.
  • Improved settings dialogs.
  • Slight modification of the layout.
  • Fix: Dockerfile formatting in Code Interpreter config.
  • Fix: experts inline plugin execution.

2.4.28

24 Nov 13:25
Compare
Choose a tag to compare
  • Fix: issue #78

2.4.27

24 Nov 12:06
Compare
Choose a tag to compare
  • Profile switch fix.

2.4.26

24 Nov 11:18
Compare
Choose a tag to compare
  • Fix: issue #77

2.4.25

24 Nov 10:34
Compare
Choose a tag to compare
  • Added new plugin: System (OS), with optional sandbox support.
  • Execution of system commands moved to the System plugin.
  • Improved sandbox/Docker management.
  • Enhanced plugin settings.
  • Commands renamed to Tools, simplified layout.
  • Fix: handling of the Mouse and Keyboard plugin.
  • Fix: switching to a new context from a non-chat tab.
  • Fix: camera screenshots when the camera is not started.