Skip to content

Releases: szczyglis-dev/py-gpt

2.4.24

23 Nov 22:34
Compare
Choose a tag to compare
  • Added the ability to use ZIP and TAR archives as attachments (they are now unpacked "on the fly").
  • Added the ability to index ZIP and TAR archives (it may be necessary to remove .zip and .tar from the blacklist in the settings).
  • Fix: error when uploading to the /data directory using the Upload files button.

2.4.23

23 Nov 06:27
Compare
Choose a tag to compare
  • Condensed layout widgets margins.
  • Added filename info to provided additional context from attachments.
  • Fixed auto-clear in attachments in Assistants mode.

2.4.22

23 Nov 04:22
Compare
Choose a tag to compare
  • Added the ability to use attachments with images, audio, and video as additional context. Tip: to enable the use of images as additional context, you need to enable the option: Files and attachments -> Allow images as additional context.
  • Edit icons in the chat window are enabled by default.

2.4.21

23 Nov 02:19
Compare
Choose a tag to compare
  • Added the ability to send additional context from attachments without needing to activate the "Chat with Files" mode. Now, you just need to attach a file, and the additional context from the file will be available in the conversation. More information can be found in the "Files and attachments" section of the documentation.
  • Fixed the issue with restarting the agent after it has been forcefully stopped.

2.4.20

22 Nov 04:43
Compare
Choose a tag to compare
  • Fixed freeze in Windows installer. #75
  • Small fixes.

2.4.19

22 Nov 01:40
Compare
Choose a tag to compare
  • Added new LLM providers for Llama-index: HuggingFaceAPI and LocalAI.
  • The IPython interpreter now returns local paths to generated files and images (mapped to: %workdir%/ipython/).
  • Refactored legacy Agent and Expert modes.
  • Fixed Expert mode initialization.
  • Added an option in Settings -> Layout to disable animations.

2.4.18

21 Nov 03:41
Compare
Choose a tag to compare
  • Refactored kernel status and state handling.
  • Fixed: audio input execution.
  • Improved output from tools in Agents.
  • Added status loading animation indicator.
  • Other fixes.

2.4.17

20 Nov 07:10
Compare
Choose a tag to compare
  • Refactored kernel and render events.
  • Added multiple formatted extra outputs from plugins.
  • Added a 'Reset (clear)' option in the context list for clearing the current context.
  • Improved agents steps output handling.
  • Fixed the audio button.
  • Improved the stop event.
  • Other small fixes.

2.4.16

19 Nov 03:30
Compare
Choose a tag to compare
  • Code Interpreter and Files I/O input/output is now displayed in chat window, using syntax highlight.
  • Refactored plugins structure.
  • Fix: command execution in Chat in Files mode when no index is selected.
  • Fix: missing translations in Agent mode.

2.4.15

18 Nov 10:32
Compare
Choose a tag to compare
  • Vision analysis added to all modes.
  • Added commands for the Vision plugin: image analysis from an attachment, screenshot analysis, camera image analysis - performed in the background in every mode, without switching to vision mode.
  • Improved execution of multiple commands at once.
  • Improved integration with IPython and extended instructions for the model.
  • Other fixes and improvements.