JSPM

@roboplay/plugin-gpt

1.1.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 19
  • Score
    100M100P100Q64440F
  • License MIT

Chat commands powered by OpenAI's GPT

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@roboplay/plugin-gpt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    🚀 @roboplay/plugin-gpt

    Welcome to @roboplay/plugin-gpt! This plugin is designed to seamlessly integrate with your existing Robo.js project and provide new features and enhancements to your robo. The best part? Everything automatically works once you install this plugin!

    👩‍💻 Are you the plugin developer? Check out the Development Guide for instructions on how to develop, build, and publish this plugin.

    Installation 💻

    To install this plugin, navigate to your Robo project's directory and run the following command:

    npm install @roboplay/plugin-gpt

    Next, add the plugin to your Robo's configuration file, typically located at .config/robo.mjs. Add the following lines:

    /**
     * @type {import('@roboplay/robo.js').Plugin}
     **/
    const roboplayPluginGpt = [
        '@roboplay/plugin-gpt',
        {
            // ... optional customization options
        }
    ]
    
    /**
     * @type {import('@roboplay/robo.js').Config}
     **/
    export default {
        // ... rest of your configuration
        plugins: [roboplayPluginGpt]
    }

    That's it! Your Robo now has access to the additional features provided by this plugin. The plugin's commands and events are automatically linked, and if your Robo requires any additional bot permissions, they will be inherited when running robo invite to generate an invite link.

    Enjoy your enhanced Robo! 🚀