What is the best way to do this?
I'm unsure if using workers for this case would work:
I want to make openai api requests in the back end without showing the user my api key. Something like an api proxy. Of course, then I would need to authenticate to make sure regular people couldn't just use that to make requests. Could workers be a use case for this? Or another product. How would I do this>
I want to make openai api requests in the back end without showing the user my api key. Something like an api proxy. Of course, then I would need to authenticate to make sure regular people couldn't just use that to make requests. Could workers be a use case for this? Or another product. How would I do this>