Skip to content

jerryjiao/Express-ChatGpt-plugin-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express ChatGPT Plugin Starter 🚀

The Express ChatGPT Plugin Starter is a foundational project for creating a ChatGPT plugin with Express.js. It serves as a boilerplate for developers to build and deploy plugins for ChatGPT.

Project Structure 📁

  • server.js: The main Express.js server file, sets up a basic server and a '/hello' endpoint.
  • package.json: Specifies the project dependencies and scripts.
  • public: Contains public assets served by the Express.js server, including openapi.yaml (an OpenAPI specification for the '/hello' endpoint) and ai-plugin.json (the plugin configuration file).

Getting Started 🏁

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Install the dependencies by running npm install.
  4. Start the server by running npm start.

Customization 💡

To customize this starter project for your own ChatGPT plugin:

  • server.js: Add your own endpoints.
  • openapi.yaml: Update the OpenAPI specification to match your new endpoints.
  • ai-plugin.json: Update the plugin details.

Contributing 🤝

Contributions are welcome! Feel free to open an issue or submit a pull request for improvements or additions to this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published