Skip to content

Releases: szczyglis-dev/py-gpt

2.5.0

31 Jan 22:28
Compare
Choose a tag to compare
  • Added provider for DeepSeek (in Chat with Files mode, beta).
  • Added new models: OpenAI o1, Llama 3.3, DeepSeek V3 and R1 (API + local, with Ollama).
  • Added tool calls for OpenAI o1.
  • Added native vision for OpenAI o1.
  • Fix: tool calls in Ollama provider.
  • Fix: error handling in stream mode.
  • Fix: added check for active plugin tools before tool call.

2.4.57

19 Jan 03:52
Compare
Choose a tag to compare
  • Logging fix.

2.4.56

19 Jan 03:10
Compare
Choose a tag to compare
  • Improved tab switching and focus change.
  • Improved global keyboard shortcuts handling.

2.4.55

18 Jan 16:23
Compare
Choose a tag to compare
  • Added a new option in settings: Audio -> Recording timeout.
  • Added a new option in settings: Audio -> Enable timeout in continuous mode.

2.4.54

18 Jan 08:01
Compare
Choose a tag to compare
  • Audio output switched from PyGame to PyAudio. It may be necessary to manually connect Alsa in Snap version with: "sudo snap connect pygpt:alsa".
  • Added audio output volume progress bar.

2.4.53

17 Jan 13:58
Compare
Choose a tag to compare
  • Fix: issue #89

2.4.52

17 Jan 13:17
Compare
Choose a tag to compare
  • Improved audio input button visibility toggle.
  • Fix: check for required arguments - issue #88.
  • UI Fixes.

2.4.51

17 Jan 02:48
Compare
Choose a tag to compare
  • Added a "Continuous recording" mode under Audio Input in the Notepad tab, allowing for recording long voice notes and real-time auto-transcription. (beta)
  • A new option has been added in Settings -> Audio -> Continuous recording auto-transcribe interval.

2.4.50

16 Jan 17:13
Compare
Choose a tag to compare
  • Refactored audio input core.
  • Added audio input volume progress bar.

2.4.49

16 Jan 04:26
Compare
Choose a tag to compare
  • Fix: stream render in Assistants mode.
  • Fix: items remove in context regen/edit.