plugins-quickstart icon indicating copy to clipboard operation
plugins-quickstart copied to clipboard

Get a ChatGPT plugin up and running in under 5 minutes!

Results 56 plugins-quickstart issues
Sort by recently updated
recently updated
newest added

### Environment Information: - OS: Ubuntu 18.04.6 LTS - Python Version: 3.6.9 - Quart Version: 0.6.15 - Quart-CORS Version: 0.1.3 ### Current Situation: The versions are unspecific, leading to issues...

I don't know if this is the right place to make this enhancement request since its actually probably more for the web application developers, but with so many plugins coming...

I'm playing with the ChatGPT plugin for [serpapi.com](https://serpapi.com). How to use user-provided API key for the external service?

This pull request addresses a JSON syntax error in the ai-plugin.json file for the ChatGPT plugin. Removed the trailing comma in the 'api.url' object within the JSON. This change was...

Removes trailing comma and creates valid JSON in ai-plugin.json #40

## Description The manifest file contains a trailing comma, so this is a malformed JSON. This creates a CORS error: >Failed to fetch localhost manifest. Check to ensure your localhost...

Remove trailing comma (causes JSON parsing issues)