asepharyana
|
1e65e26d4c
|
chore: default port 3000 to 4090
|
2026-08-02 16:14:56 +07:00 |
|
 
|
19f5910f1d
|
docs: rewrite README.md untuk reflect AI proxy + 12 optimasi (#7)
Deploy to Cloudflare Workers / Deploy to Cloudflare Workers (push) Failing after 18s
README lama hanya dokumentasikan HTTP/WS relay (state ~3 bulan lalu).
Update komprehensif untuk mencerminkan codebase saat ini:
Tambah:
- AI Proxy section dengan model list (deepseek, minimax, kimi, nemotron)
- Anthropic translation flow (/v1/messages → OpenAI backend → Anthropic)
- Streaming behavior (passthrough vs per-chunk transform)
- DSML detection (DeepSeek markup → tool_calls/tool_use)
- Response cache (LRU, TTL, model allowlist)
- Performance Notes (2 PR optimasi: 5 bottleneck + 7 hot-path)
- WebSocket backpressure thresholds (512KB pause / 64KB resume)
- 12 env vars baru (CACHE_*, DSML_*, STREAM_PASSTHROUGH, dll)
- 3 new error codes (UNAUTHORIZED, INVALID_REQUEST, UPSTREAM_RATE_LIMITED)
Update:
- Architecture tree: 3 file → 10 file (tambah ai-proxy, anthropic-proxy,
dsml-parser, response-cache, proxy-pool, mimo-auth)
- Request flow: 1 generic → 3 specific (OpenAI, Anthropic, Relay)
- Testing: sebutkan 274 tests / 9 files breakdown
Hapus:
- RELAY_TIMEOUT_MS env var (sudah tidak ada di codebase)
- Generic 'VPS / VM' deployment section yang outdated
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-27 19:21:19 +07:00 |
|
 Asep Haryana SaputraandGitHub
|
a67f9283e3
|
Update README.md
|
2026-06-10 21:56:26 +07:00 |
|
 Asep Haryana SaputraandGitHub
|
2b58b6cb0f
|
Update README.md
|
2026-06-10 21:55:49 +07:00 |
|
 Asep Haryana SaputraandGitHub
|
1aac993d34
|
Update README.md
|
2026-06-10 21:49:17 +07:00 |
|
 Asep Haryana SaputraandGitHub
|
5552ee2118
|
Update README.md
|
2026-06-10 21:30:05 +07:00 |
|
 MythEclipseandClaude Fable 5
|
f58a92e2aa
|
feat: migrate from Next.js to pure Bun relay proxy
- Replace Next.js app router with standalone Bun.serve() entry point
- Add middleware stack: rate limiter, body limiter, structured logger, SSRF protection
- Add WebSocket bidirectional relay via x-relay-target header
- Implement error classification (DNS→502, timeouts→504, SSRF→403, rate→429)
- Remove all Next.js dependencies and config files
- Update deploy workflow, tsconfig, wrangler config for Bun deployment
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-06-10 19:54:55 +07:00 |
|
MythEclipse
|
124dab98a2
|
docs: improve README with comprehensive examples and protocol support info
|
2026-05-08 19:12:18 +07:00 |
|
MythEclipse
|
dfb0f5942f
|
docs: add alternative deployment endpoint to README
|
2026-05-08 17:32:56 +07:00 |
|
MythEclipse
|
d211c40fa1
|
docs: update example usage in README for clarity and formatting
|
2026-05-07 23:45:00 +07:00 |
|
MythEclipse
|
ef436182fc
|
docs: update live deployment section by removing trailing slashes from URLs
|
2026-05-07 23:26:17 +07:00 |
|
MythEclipse
|
240866c0d0
|
docs: add alternative deployment endpoint to README
|
2026-05-07 23:25:58 +07:00 |
|
MythEclipse
|
c1772d6b6b
|
docs: update live deployment section in README for clarity
|
2026-05-07 22:56:38 +07:00 |
|
MythEclipse
|
6f91d93672
|
feat: restructure API and documentation with new relay handler and UI components
|
2026-05-07 22:55:23 +07:00 |
|
MythEclipse
|
fff35f02fe
|
docs: add secondary deployment endpoint to README
|
2026-05-07 22:52:22 +07:00 |
|
MythEclipse
|
1df328ad96
|
docs: update README with live deployment info and correct example commands
|
2026-05-07 22:47:49 +07:00 |
|
MythEclipse
|
d848b903e8
|
fix: update example proxy commands in README for clarity
|
2026-05-07 22:37:48 +07:00 |
|
MythEclipse
|
a4fcbbcca9
|
initial commit for proxy-bun
|
2026-05-07 18:42:09 +07:00 |
|