pokon548 / ai-gateway-openai-wrapper

Provide OpenAI compatible, cost effective and proxied api endpoints on Cloudflare Worker. Foolproof considered
GNU Affero General Public License v3.0
134 stars 40 forks source link

About the gateway issue!! #1

Open Stanley-baby opened 6 months ago

Stanley-baby commented 6 months ago
pokon548 commented 6 months ago

Hope to support Gemini

Will consider to support in the future.

Can I use a gateway to break through regional restrictions?

Techically, this gateway is totally runs on Cloudflare Worker. It is the worker who send requests to OpenAI. It should has nothing to do for where you get the result, as Cloudflare does not seems to forward client IP address, so OpenAI should only see your worker's IP.