Skip to content

Releases: szczyglis-dev/py-gpt

2.2.33

28 Aug 01:17
Compare
Choose a tag to compare
  • Improved model compatibility across different modes.
  • Enhanced appending of Llama-index response metadata (sources) to context.
  • Added scrolling to the selected item when choosing the current context from the File -> Select current menu.
  • Hidden clear preset button.
  • Fixed duplicated UUIDs in expert presets.
  • Extended context and events debugging.
  • Added non-GPT models to Agent and Expert modes.

2.2.32

27 Aug 17:28
Compare
Choose a tag to compare
  • Fixed the selection of the chosen index for use in Agent mode if the internal mode for Agent is Llama-index.
  • Added the ability to select an index for use by experts.
  • Added automatic, in background mode switching if the given mode is not supported by the selected model in Agent mode and for experts (this allows the use of models available only through Llama-index or Langchain in modes such as Agent or Experts).

2.2.31

27 Aug 05:08
Compare
Choose a tag to compare
  • Improved behavior of agent and expert calls.
  • Improved chat window auto scroll.
  • Added a new option "Always continue..." to Agent mode (as opposed to the Auto-stop option).
  • Added a new prompt: Config -> Settings -> Prompts -> Agent: continue (always, more steps).

2.2.30

25 Aug 16:49
Compare
Choose a tag to compare
  • Added link to Discord server in About -> Discord.

2.2.29

25 Aug 05:22
Compare
Choose a tag to compare
  • Fix: Removed 'Index not prepared' monit when index not created yet.

2.2.28

25 Aug 04:45
Compare
Choose a tag to compare
  • Fix: Added mechanism to prevent the current index from being deselected when saving settings.
  • Added models: llama3.1:70b, llama3.1:405b, and mistral-large.
  • Added configuration option: Indexes (llama-index) -> Chat -> Chat mode.
  • Split prompt templates context menu into alphabetical submenus.

2.2.27

22 Aug 16:20
Compare
Choose a tag to compare
  • Added functionality to hide the date suffix if date period separators are enabled.
  • Added a new option: Context -> Show date separators in pinned items on the context list, default: False.

2.2.26

22 Aug 01:40
Compare
Choose a tag to compare
  • Added separators for date intervals in the context list.
  • Added a new option: Context -> Show context groups on top of the context list, default: False.
  • Added a new option: Context -> Show date separators on the context list, default: True.
  • Added a new option: Context -> Show date separators in groups on the context list, default: True.

2.2.25

21 Aug 23:51
Compare
Choose a tag to compare
  • Improved native API functions handling.
  • Improved expert prompts.
  • Fixed/improved inline plugin commands handling.

2.2.24

21 Aug 17:56
Compare
Choose a tag to compare
  • Added a STOP button that allows stopping indexing at any time.
  • Improved conversion of ENUM types when generating a native list of functions for the API.
  • Disabled adding functions to the list when the option to execute commands is unchecked.