|
|
|
|
|
by ctrlaltdylan
942 days ago
|
|
You can proxy your OpenAI calls through a quick Pipedream workflow. Here's a proof of concept you can copy: https://pipedream.com/new?h=tch_OknfQd The link makes a new unique API endpoint that proxies your OpenAI API credentials. It just accepts a "prompt" argument in the HTTP request, but you can modify as needed. If it does start to be abused, you can add frontend JWTs to check on this backend. |
|