Skip to content

Releases: szczyglis-dev/py-gpt

2.4.14

17 Nov 08:05
Compare
Choose a tag to compare
  • Added a Loop / evaluate mode for Llama-index agents, allowing them to work autonomously in a loop and evaluates the correctness of received results using a percentage scale from 0% to 100%, and automatically continue and correct responses below expected value.
  • Updated layout: mode and model lists replaced with comboboxes.

2.4.13

16 Nov 09:12
Compare
Choose a tag to compare
  • Introduced Code Interpreter (v2) with IPython: Enables session state retention on a kernel and building on previous computations, allowing for a Jupyter-like workflow, which is useful for iterative development and data analysis. Supports magic commands like !pip install <package_name> for package installation within the session. (currently in beta)

2.4.12

15 Nov 03:47
Compare
Choose a tag to compare
  • Added httpx-socks to the dependencies, enabling the use of SOCKS proxies.

2.4.11

15 Nov 02:19
Compare
Choose a tag to compare
  • Added a new Llama-index agent: OpenAI Assistant.
  • Added proxy settings to the configuration dialog.
  • Added more models to the Agent (Llama-index) mode.
  • Improved the agents/presets dialog window.
  • Disabled the "OpenAI API KEY is not set" Llama-index error when using a local model in Chat with Files mode. You can now use local embeddings, such as Llama3 via Ollama, and use local models without any warnings.

2.4.10

14 Nov 05:26
Compare
Choose a tag to compare
  • Added support for Llama Index agents. (beta)
  • Introduced a new working mode: Agent (Llama Index).
  • Added 3 Llama Index agents: OpenAI Agent, ReAct Agent, and Structured Planner Agent.
  • Fixed: passing an embed model to vector stores on indexing.
  • Fixed: python3-tk error in snap version.

2.4.9

12 Nov 14:52
Compare
Choose a tag to compare
  • Mouse movement has been moved to the PyAutoGUI library for seamless operation.
  • Bridge calls have been moved to an asynchronous thread.
  • Fixed the DALL-E call in Image mode.
  • Speed improvements and optimizations.

2.4.8

12 Nov 03:42
Compare
Choose a tag to compare
  • Fix: restoring order of notepads.
  • Fix: mouse move offset in Mouse and Keyboard plugin.

2.4.7

12 Nov 02:06
Compare
Choose a tag to compare
  • Added a new tool: HTML/JS Canvas, connected to the Code Interpreter plugin. This feature enables real-time rendering of HTML/JS code in a Chromium-based output by using two new Code Interpreter commands: render_html_output and get_html_output.
  • Added an SVG icon to the New Tab button.
  • Improved the system prompt and execution flow in the Command: Mouse And Keyboard plugin and introduced a new option Auto-focus to the plugin settings (default: False).

2.4.6

10 Nov 00:08
Compare
Choose a tag to compare
  • Fixed notepad tab titles in Copy To menu.

2.4.5

09 Nov 05:46
Compare
Choose a tag to compare
  • Added a new [+] tab button to the right of the tabs.
  • Fixed the issue where the tab name disappeared when creating a new tab.
  • Fixed the broken find option (CTRL+F) in the chat window.