Overview of the ChatGPT plugin starter components
mainThis starter project provides the scaffolding to create a ChatGPT plugin with the following capabilities:
- Plugin Discovery: An endpoint that serves the
ai-plugin.jsonfile required for ChatGPT to discover your plugin. - Semantic Function Generation: A generator that automatically converts prompts into semantic function endpoints.
- Native Function Support: The ability to add additional native functions as endpoints to the plugin.