fix(proxy): architectural overhaul for timeouts, 9k limits, and infinite hang prevention 6149ef7 arfandi7322 commited on May 16
fix: change rate limit cooldown from 5 minutes to UTC midnight 5482db5 arfandi7322 commited on May 15
refactor: remove manual XML parser to support native Cloudflare tools and implement sequential account rotation f0c3ba4 arfandi7322 commited on May 15
fix: mock /v1/models response to bypass Cloudflare 405 Method Not Allowed error 8581d19 arfandi7322 commited on May 15
fix: resolve stream dropping issues (fix hit_limit logic, flush incomplete XML buffers, add missing Anthropic Kimi reminder) 5dd0bc5 arfandi7322 commited on May 15
fix: flatten array content to string in OpenAI endpoint for Cloudflare Zod compatibility 835267d arfandi7322 commited on May 15
fix: resolve OpenAI invalid format for API errors and show decimal neurons in UI 3fd59e6 arfandi7322 commited on May 15
fix: remove global asyncio.run() to avoid RuntimeError in uvicorn 3215852 arfandi7322 commited on May 15
feat: add professional dashboard UI and implement Cloudflare Account Neuron limits 915952a arfandi7322 commited on May 15
feat: inject strict system reminder to force Kimi model to use XML tool tags before generating 0101be1 arfandi7322 commited on May 13
chore: add logging for final generated text length on successful stream completion to aid debugging 64d2c76 arfandi7322 commited on May 13
fix: ensure proxy does not strip chunks containing tool_calls, restoring function calling capabilities 5fee616 arfandi7322 commited on May 13
fix: maintain consistent stream_id and created_timestamp across auto-resumes in OpenAI endpoint to prevent client stream interruption 22dbab8 arfandi7322 commited on May 13
fix: mask finish_reason in OpenAI stream format to prevent client from prematurely closing connection during auto-resume eb893c2 arfandi7322 commited on May 13
feat: make Kimi stream auto-resume completely seamless by handling CF length truncation and accelerating key search 28718ab arfandi7322 commited on May 13
fix: resolve unmatched parenthesis syntax error at the end of proxy_cf.py d85b472 arfandi7322 commited on May 13
fix: prevent Kimi model truncation by increasing max_tokens and adding stream auto-resume in proxy_cf.py 1e6c44f arfandi7322 commited on May 13