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

Fix JSON Syntax Error in Plugin Manifest

Open ircrp opened this issue 1 year ago • 0 comments

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 necessary because JSON does not allow trailing commas, and the presence of one was causing parsing errors.

ircrp avatar May 23 '23 12:05 ircrp