I want to build a chatGPT plugin but I have a questions regarding the API Key Data limits.
I know I need the API key to write my initial code in order to send a request and get the response, but when I deploy the code, do I deploy it with my API Key with my data limit too or will users use their own data limits to use my plugin through a public API Key or something like it.
In other words, do I have to pay for the users data usage if the code has my API Key or users use their own chatGPT access through their logged in sessions? Or do users get charged according to their usage? Or what’s the best practice to use the API in a plugin?