Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/egoist/openai-proxy

OpenAI proxy on Cloudflare Worker / Vercel Edge
https://github.com/egoist/openai-proxy

Last synced: about 2 months ago
JSON representation

OpenAI proxy on Cloudflare Worker / Vercel Edge

Awesome Lists containing this project

README

        

OpenAI proxy on Cloudflare Worker and Vercel Edge.

If you are close to Hong Kong, it's better to deploy on Vercel. Since Cloudflare will use Hong Kong which is not a supported region for OpenAI API.

To deploy on Vercel:

- Fork this repo
- Add your repo on Vercel

To deploy on Cloudflare:

```
pnpm i
pnpm run deploy
```