From 90001ec593ed579d39314a91a793cc99dcd98f47 Mon Sep 17 00:00:00 2001 From: Alokit Bot Date: Wed, 20 May 2026 03:37:22 +0000 Subject: [PATCH 1/2] feat: add byok-relay to Development Tools section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fc471e7..40d5b96 100644 --- a/README.md +++ b/README.md @@ -506,6 +506,11 @@ Visit the website to get latest updates: [awesome-chatgpt-api.top](https://aweso Helpful for bypassing network restrictions or IP rate limits. + +- [byok-relay](https://github.com/avikalpg/byok-relay) + + A self-hosted (or managed) relay that lets frontend apps use user-supplied AI API keys — no CORS issues, no exposed keys, no inference bill for the developer. Users register their own Anthropic, OpenAI, Google, Groq, OpenRouter, or Mistral key once; the relay stores it encrypted (AES-256-GCM) and proxies all subsequent requests server-side with SSE streaming support. + ### Articles - [I got early access to ChatGPT API and then pushed it to it’s limits. Here’s what you need to know. — Buildt](https://www.buildt.ai/blog/vm3qozd4qfrbbyzukqhynrwm9vb9tq) From 7cb21385884baa3e0e19c714e8e4cbd3b092abc9 Mon Sep 17 00:00:00 2001 From: Alokit Bot Date: Wed, 20 May 2026 06:27:37 +0000 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20address=20review=20comments=20?= =?UTF-8?q?=E2=80=94=20remove=20extra=20blank=20line,=20register=E2=86=92c?= =?UTF-8?q?onfigure,=20add=20README.cn.md=20entry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.cn.md | 3 +++ README.md | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.cn.md b/README.cn.md index 1ea3be9..e82966a 100644 --- a/README.cn.md +++ b/README.cn.md @@ -453,6 +453,9 @@ OpenAI API反向代理,可以部署在Cloudflare Workers和Vercel Edge上。有助于绕过网络限制或IP速率限制。. +- [byok-relay](https://github.com/avikalpg/byok-relay) + + 一个自托管(或托管)的中继,允许前端应用使用用户提供的 AI API 密钥 —— 无 CORS 问题,无密钥泄露,开发者无需承担推理费用。用户只需配置一次其 Anthropic、OpenAI、Google、Groq、OpenRouter 或 Mistral 密钥;中继将其加密存储 (AES-256-GCM),并支持 SSE 流式传输,在服务端代理所有后续请求。 ### 文章 diff --git a/README.md b/README.md index 40d5b96..72d9d93 100644 --- a/README.md +++ b/README.md @@ -505,11 +505,9 @@ Visit the website to get latest updates: [awesome-chatgpt-api.top](https://aweso An OpenAI API reverse proxy that can be deployed on Cloudflare Workers and Vercel Edge. Helpful for bypassing network restrictions or IP rate limits. - - - [byok-relay](https://github.com/avikalpg/byok-relay) - A self-hosted (or managed) relay that lets frontend apps use user-supplied AI API keys — no CORS issues, no exposed keys, no inference bill for the developer. Users register their own Anthropic, OpenAI, Google, Groq, OpenRouter, or Mistral key once; the relay stores it encrypted (AES-256-GCM) and proxies all subsequent requests server-side with SSE streaming support. + A self-hosted (or managed) relay that lets frontend apps use user-supplied AI API keys — no CORS issues, no exposed keys, no inference bill for the developer. Users configure their own Anthropic, OpenAI, Google, Groq, OpenRouter, or Mistral key once; the relay stores it encrypted (AES-256-GCM) and proxies all subsequent requests server-side with SSE streaming support. ### Articles