Skip to content

Releases: szczyglis-dev/py-gpt

2.5.10

06 Mar 02:28
Compare
Choose a tag to compare
  • Added a new model: Claude 3.7 Sonnet.
  • Fixed the context switch issue when the column changed and the tab is not a chat tab.
  • LlamaIndex upgraded to 0.12.22.
  • LlamaIndex LLMs upgraded to recent versions.

2.5.9

05 Mar 23:01
Compare
Choose a tag to compare
  • 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

02 Mar 20:35
Compare
Choose a tag to compare
  • 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

26 Feb 23:34
Compare
Choose a tag to compare
  • 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

03 Feb 05:55
Compare
Choose a tag to compare
  • 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

02 Feb 07:03
Compare
Choose a tag to compare
  • Fix: system prompt apply.
  • Added calendar live update on tab change.
  • Added API Key monit at launch displayed only once.

2.5.4

02 Feb 02:27
Compare
Choose a tag to compare
  • Added new models: o3-mini and gpt-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

01 Feb 17:49
Compare
Choose a tag to compare
  • Fix: Snap permission denied bug.
  • Fix: column focus on tab change.
  • Datetime separators in groups moved to right side.

2.5.2

01 Feb 14:32
Compare
Choose a tag to compare
  • Fix: spinner update after inline image generation.
  • Added Ollama suffix to Ollama-models in models list.

2.5.1

01 Feb 03:50
Compare
Choose a tag to compare
  • PySide6 upgraded to 6.6.2.
  • Disabled Transformers startup warnings.