Add Cloudflare Workers example
This PR adds an example of building a ChatGPT plugin using Cloudflare Workers. The example, which allows ChatGPT to search GitHub for repositories, has been deployed and tested (and we're kinda blown away by it - it works so well! 🤯 )
@logankilpatrick - open to feedback on how you'd like this structured. Would be happy to hop on a call and show you how to deploy it yourself, it really takes less than 5 minutes :)
cc @rickyrobinett for visibility
I will work through the README and ping you all if I run into issues!
I think that publishing an example that requires developers that want to reference this, to build the OpenAPI spec by hand is not a good DX, and makes it really hard to build anything with this in mind.
Please reconsider refactoring this template to use this library that generates the OpenAPI spec automatically from the endpoints code @cloudflare/itty-router-openapi
@G4brym updated this branch with his suggested changes above, great addition 👍
@logankilpatrick Let me know if I can help out this week on this!