Skip to content

Releases: szczyglis-dev/py-gpt

2.0.9

09 Dec 10:43
Compare
Choose a tag to compare

2.0.9 (2023-12-09)

  • Added Command: Custom Commands feature; plugin allows to easily create and execute custom commands
  • Added new features to Command: Files I/O: downloading files, copying files and dirs, moving files and dirs

2.0.8

08 Dec 19:56
Compare
Choose a tag to compare

2.0.8 (2023-12-08)

  • Improved Web Search plugin

2.0.7

08 Dec 17:30
Compare
Choose a tag to compare

2.0.7 (2023-12-08)

  • Improved code execution with Code Interpreter / Files I/O plugins

2.0.6

08 Dec 15:44
Compare
Choose a tag to compare

2.0.6 (2023-12-08)

  • Added layout density configuration

2.0.5

08 Dec 15:06
Compare
Choose a tag to compare

2.0.5 (2023-12-08)

  • Added support for external CSS
  • Added custom fonts support
  • Improved material theme support

2.0.4

08 Dec 09:42
Compare
Choose a tag to compare

2.0.4 (2023-12-08)

  • Added configuration options for plugins: Files I/O, Code Interpreter
  • UI fixes

2.0.3

07 Dec 19:44
Compare
Choose a tag to compare

2.0.3 (2023-12-07)

  • Python code execution fix

2.0.2

07 Dec 18:54
Compare
Choose a tag to compare

2.0.2 (2023-12-07)

  • Added python command template settings
  • Added layout state restore
  • Refactored settings
  • Improved settings window
  • Bugfixes

2.0.1

07 Dec 10:41
Compare
Choose a tag to compare

2.0.1 (2023-12-07)

  • Fixed settings dialog initialization
  • Fixed models.json migration
  • Added enter key behaviour settings
  • Added font size settings for input and context list
  • Added ctx auto-summary settings
  • Added python command plugin settings

2.0.0

06 Dec 18:02
Compare
Choose a tag to compare

New features in version 2.0.0:

  • Added support for new models: GPT-4 Turbo, GPT-4 Vision, and DALL-E 3
  • Integrated Langchain with support for any model it provides
  • Assistants API and simple assistant configuration setup
  • Vision and image analysis capabilities through GPT-4 Vision
  • Image generation with DALL-E 3
  • File and attachment support including upload, download, and management
  • New built-in notepad feature
  • Multiple assistants support
  • Command execution support
  • Filesystem access allows GPT to read and write files
  • Asynchronous (stream) mode added
  • Local Python code interpreter that enables code execution by GPT
  • System command executions directly from GPT
  • Voice synthesis provided via Microsoft Azure TTS and OpenAI TTS (Text-To-Speech)
  • Voice recognition provided by OpenAI Whisper
  • Automatic summarization of context titles
  • Upgraded Web Browser plugin
  • More precise token calculation functionality
  • Added output markup highlight
  • Improved UX
  • Bug fixes
  • Plus additional enhancements and expanded capabilities