Skip to content

v1.1.0

Compare
Choose a tag to compare
@improveTheWorld improveTheWorld released this 11 May 05:56
· 11 commits to master since this release

ChatGPT-Executor V1.1.0

News

  • Optimized maximum word usage.
  • Improved the Executor's behavior when requesting continuation from ChatGPT. It now specifies the last received line and instructs ChatGPT not to resend previously received content.
  • Enhanced the management of the initial prompt by moving it to the server side. This reduces dependency on the plugin protocol and ensures ongoing compatibility between different versions. To enable this functionality, a new config parameter has been added on the plugin side. When new communication is detected, the plugin can now send a command to the server using the "_START_NEW" protocol-independent command.

For more information: