Releases: szczyglis-dev/py-gpt
Releases · szczyglis-dev/py-gpt
2.5.10
2.5.9
- Improved formatting of HTML code in the output.
- Disabled automatic indentation parsing as code blocks.
- Disabled automatic scrolling of the notepad when opening a tab.
2.5.8
- Added a new mode: Research (Perplexity) powered by: https://perplexity.ai - beta.
- Added Perplexity models: sonar, sonar-pro, sonar-deep-research, sonar-reasoning, sonar-reasoning-pro, r1-1776.
- Added a new OpenAI model: gpt-4.5-preview.
2.5.7
- Steam mode has been enabled in o1 models.
- CSS styling for tags (reasoning models) has been added.
- The search input has been moved to the top.
- The ChatGPT-based style is now set as default.
- Fix: Display of max tokens in models with a context window greater than 128k.
2.5.6
- Fix: disabled index initialization if embedding provider is OpenAI and no API KEY is provided.
- Fix: embedding provider initialization on empty index.
2.5.5
- Fix: system prompt apply.
- Added calendar live update on tab change.
- Added API Key monit at launch displayed only once.
2.5.4
- Added new models:
o3-mini
andgpt-4o-mini-audio-preview
. - Enabled tool calls in Chat with Audio mode.
- Added a check to verify if Ollama is running and if the model is available.
2.5.3
- Fix: Snap permission denied bug.
- Fix: column focus on tab change.
- Datetime separators in groups moved to right side.
2.5.2
- Fix: spinner update after inline image generation.
- Added Ollama suffix to Ollama-models in models list.
2.5.1
- PySide6 upgraded to 6.6.2.
- Disabled Transformers startup warnings.