proxycf / proxy_cf.py

Commit History

fix(proxy): architectural overhaul for timeouts, 9k limits, and infinite hang prevention
6149ef7

arfandi7322 commited on

fix: change rate limit cooldown from 5 minutes to UTC midnight
5482db5

arfandi7322 commited on

refactor: remove manual XML parser to support native Cloudflare tools and implement sequential account rotation
f0c3ba4

arfandi7322 commited on

feat: set kimi-k2.6 as default model in mock models response
1213275

arfandi7322 commited on

fix: mock /v1/models response to bypass Cloudflare 405 Method Not Allowed error
8581d19

arfandi7322 commited on

fix: resolve stream dropping issues (fix hit_limit logic, flush incomplete XML buffers, add missing Anthropic Kimi reminder)
5dd0bc5

arfandi7322 commited on

fix: flatten array content to string in OpenAI endpoint for Cloudflare Zod compatibility
835267d

arfandi7322 commited on

fix: resolve OpenAI invalid format for API errors and show decimal neurons in UI
3fd59e6

arfandi7322 commited on

fix: resolve absolute path to dashboard.html
648f2c1

arfandi7322 commited on

fix: remove global asyncio.run() to avoid RuntimeError in uvicorn
3215852

arfandi7322 commited on

feat: add professional dashboard UI and implement Cloudflare Account Neuron limits
915952a

arfandi7322 commited on

feat: implement XML tool call parser for Kimi K2.6
23c4a6d

arfandi7322 commited on

feat: inject strict system reminder to force Kimi model to use XML tool tags before generating
0101be1

arfandi7322 commited on

chore: add logging for final generated text length on successful stream completion to aid debugging
64d2c76

arfandi7322 commited on

fix: ensure proxy does not strip chunks containing tool_calls, restoring function calling capabilities
5fee616

arfandi7322 commited on

fix: maintain consistent stream_id and created_timestamp across auto-resumes in OpenAI endpoint to prevent client stream interruption
22dbab8

arfandi7322 commited on

fix: mask finish_reason in OpenAI stream format to prevent client from prematurely closing connection during auto-resume
eb893c2

arfandi7322 commited on

feat: make Kimi stream auto-resume completely seamless by handling CF length truncation and accelerating key search
28718ab

arfandi7322 commited on

fix: resolve unmatched parenthesis syntax error at the end of proxy_cf.py
d85b472

arfandi7322 commited on

fix: prevent Kimi model truncation by increasing max_tokens and adding stream auto-resume in proxy_cf.py
1e6c44f

arfandi7322 commited on

Update proxy_cf.py
56972cd
verified

Elysiadev11 commited on

Upload proxy_cf.py
503d0e3
verified

Elysiadev11 commited on

Delete proxy_cf.py
6d91b7c
verified

Elysiadev11 commited on

Update proxy_cf.py
4302bc0
verified

Elysiadev11 commited on

Upload proxy_cf.py
65979a9
verified

Elysiadev11 commited on