Commit Graph

3 Commits

Author SHA1 Message Date
bfb936ae4a feat: Implement OpenAI proxy with streaming support
- Add main proxy endpoint (api/v1/messages.js)
- Add token validation via GATEWAY_TOKEN
- Add model mapping via MODEL_MAP env var
- Support full SSE streaming in Anthropic format
- Add package.json with openai dependency
- Add vercel.json for routing config
- Update README with Quick Start guide
- Consolidate memory to .claude/memory/

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-25 22:47:38 +07:00
8a2e8e7089 docs: Add comprehensive README with project overview and alternatives
- Add project description and philosophy
- Document why not use local proxy, LiteLLM, or advanced features
- Add "Not Suitable For" section with alternatives
- Add link to cheap LLM providers repo

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-25 22:20:26 +07:00
Tien Nguyen Minh
3008cbd85e Initial commit 2026-03-25 17:56:29 +07:00