Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

4.5.0 - Web conversation edit, duplicate, import and export

Compare
Choose a tag to compare
@maxijonson maxijonson released this 18 Jul 21:40
· 20 commits to develop since this release

Web conversation edit, duplicate, import and export

You can now edit an ongoing conversation, duplicate it and export/import it elsewhere, just like callable functions! Note that your API key is not exported with the conversation.

Other improvements:

  • The default settings now work inside the conversation form by pressing the Save icon, next to the "Create Conversation" button. The old settings button will now only show app-specific settings
  • You can now generate the name of a conversation, similar to how it's done in ChatGPT. At the moment, this can only be done manually by editing the name and clicking on the button inside the text box. If it doesn't show up, it's because requirements were not met (no api key or not enough messages)

Lib

  • Added getRequestOptions and setRequestOptions. Previously, there was no way to get/set them after a conversation has been created. These methods work similarly to getConfig and setConfig.