You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering what your thoughts are on the tradeoffs between quart and fastapi.
In my understanding, the hardest part of plugin development by far is maintaining the accompanying OpenAPI spec, which is what FastAPI excels at.
It looks like Quart has some support for OpenAPI via quart-openapi, but it's not maintained, and it doesn't have nearly the same developer community as FastAPI.
Def not saying you should be using one or the other; I'd just like to understand the tradeoffs from OpenAI's perspective since I think setting a high quality precedent for how people will start building ChatGPT Pluginsn early is really important.
Thanks! 🙏
The text was updated successfully, but these errors were encountered:
FastAPI is easier to work with since you can use Swagger to confirm everything works, and the spec gets created automatically. Now if they just fixed localhost plugins, I would be happy.
I'm wondering what your thoughts are on the tradeoffs between quart and fastapi.
In my understanding, the hardest part of plugin development by far is maintaining the accompanying OpenAPI spec, which is what FastAPI excels at.
It looks like Quart has some support for OpenAPI via quart-openapi, but it's not maintained, and it doesn't have nearly the same developer community as FastAPI.
Def not saying you should be using one or the other; I'd just like to understand the tradeoffs from OpenAI's perspective since I think setting a high quality precedent for how people will start building ChatGPT Pluginsn early is really important.
Thanks! 🙏
The text was updated successfully, but these errors were encountered: