Releases: szczyglis-dev/py-gpt
Releases · szczyglis-dev/py-gpt
2.0.3
2.0.3 (2023-12-07)
- Python code execution fix
2.0.2
2.0.2 (2023-12-07)
- Added python command template settings
- Added layout state restore
- Refactored settings
- Improved settings window
- Bugfixes
2.0.1
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
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
0.9.6
- added real-time logger
- improved debug mode
0.9.5
- added web plugin (adds access to the Internet using Google Custom Search Engine and Wikipedia API)
- added voice output plugin (adds voice synthesis using Microsoft Azure)
0.9.4
Added plugins support
0.9.3
- packed into PyPi package
0.9.2
v0.9.2 (2023.04.12)
- added theme color settings
- small UI fixes
0.9.1
- added organization key configuration
- added config versions patching