Skip to content

Developers ChatGPT Toolbench 2.0.0

Compare
Choose a tag to compare
@stoerr stoerr released this 16 Dec 21:25
· 147 commits to develop since this release

The Developers ChatGPT ToolBench can be used as actions in a GPT and as ChatGPT plugin to let ChatGPT work as an AI assistant which can use the tool bench with the following operations:

  • Listing the files in a directory
  • Reading the contents of a file
  • Writing content to a file / changing file content
  • Searching for regular expressions in files
  • Executing a shell script with given content as standard input
  • Fetching the text content of a URL

New in this release is the extensive documentation site and support to run as a ChatGPT plugin in a GPT directly, without the local plugin development mode of ChatGPT that was necessary so far.

Downloads

What's Changed

  • Documentation and some extensions to make it work in a GPT by @stoerr in #2

Full Changelog: release-1.1.0...release-2.0.0