chat_plugin

Just for testing stuff and working out some details

ChatGPT Plugin Template

The easiest way to build ChatGPT plugins.

  1. Build your routes, example routes in plugin_routes.cr
  2. Add comments to describe them to ChatGPT
  3. Update shard.yml with your plugin name and description
  4. Everything else is automatically generated

OpenAI allows you test plugins locally

Why use this template?

You can extend ChatGPTs abilities via a web service - but you have to write extremely detailed documentation on how it works with comments describing what each function does

In this template there is a file under src/controllers called plugin_routes.cr that implements the functions ChatGPT can use, in this case implementing a very basic todo application.

Spider-Gazelle, the web framework this template is built on, introspects itself and then outputs all the metadata ChatGPT needs to be able to use those functions.

Feel free to re-name plugin_routes to something more descriptive and you can add as many additional controllers as you require. Just remember to add comments to each route / function so ChatGPT can understand what they are used for.

Testing

crystal spec

  • to run in development mode crystal ./src/app.cr

Compiling

crystal build ./src/app.cr

Testing plugins

Firstly, you'll need to enable this Permissions-Policy feature in your browser

Alternatively you can use Plugin feature on OpenAI ChatGPT web UI

Repository

chat_plugin

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 2
  • 6 months ago
  • November 13, 2023
License

Do What The F*ck You Want To Public License

Links
Synced at

Sun, 19 May 2024 02:10:44 GMT

Languages