I am fascinated by the simplicity of configuring a ChatGPT plugin. There is a lot of power packed into the lightweight Plugin Manifest file as describ

awesome-chatgpt-plugins/understanding-wolframs-chat-gpt-plugin-manifest.md at main · imaurer/awesome-chatgpt-plugins · GitHub

submited by
Style Pass
2023-03-26 19:00:07

I am fascinated by the simplicity of configuring a ChatGPT plugin. There is a lot of power packed into the lightweight Plugin Manifest file as described in the documentation. I am collecting examples of these plugin manifest as I find them on my awesome ChatGPT plugin list.

Description better tailored to the model, such as token context length considerations or keyword usage for improved plugin prompting.

Be aware that the current character limit for this field is 8000 characters, but the documentation states this will decrease over time.

When a user makes a query that might be a potential request that goes to a plugin, the model looks through the descriptions of the endpoints in the OpenAPI specification along with the description_for_model in the manifest file. Just like with prompting other language models, you will want to test out multiple prompts and descriptions to see what works best.

The documentation describes some best practices which are helpful, but the examples initially provided are too generic to be useful.

Leave a Comment