Commit History

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

arfandi7322 commited on

docs: add changelog documenting recent major refactors and fixes
f0205c7

arfandi7322 commited on

chore: add gitignore to protect sensitive local files
16f479c

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: copy dashboard.html to docker container
117db98

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

Update README.md
93a977b
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

Update Dockerfile
b825335
verified

Elysiadev11 commited on

Upload proxy_cf.py
65979a9
verified

Elysiadev11 commited on

Update proxy_cerebras.py
4ba202a
verified

Elysiadev11 commited on

Update proxy_cerebras.py
3f83b4e
verified

Elysiadev11 commited on

Update proxy_cerebras.py
574c72e
verified

Elysiadev11 commited on

Update proxy_cerebras.py
f1c283c
verified

Elysiadev11 commited on

Update proxy_cerebras.py
f6549ae
verified

Elysiadev11 commited on

Update proxy_cerebras.py
8df83b1
verified

Elysiadev11 commited on

Update proxy_cerebras.py
7076d96
verified

Elysiadev11 commited on

Force rebuild after delete
2df7925
verified

Elysiadev11 commited on

Delete proxy_cerebras.py with huggingface_hub
933ca20
verified

Elysiadev11 commited on

Fix: Handle MiniMax reasoning field in response
871b08f
verified

Elysiadev11 commited on

Update Dockerfile to run proxy_cerebras.py (which now contains our app.py code)
f056653
verified

Elysiadev11 commited on

Force rebuild with requirements.txt
7a642d7
verified

Elysiadev11 commited on

Delete requirements.txt with huggingface_hub
4d1a2b9
verified

Elysiadev11 commited on

Add requirements.txt for rebuild
ba4ed20
verified

Elysiadev11 commited on

Replace proxy_cerebras.py with updated app.py code with Claude endpoint support
82d935a
verified

Elysiadev11 commited on

Update start.sh to run app.py instead of proxy_cerebras.py
99ef059
verified

Elysiadev11 commited on

Fix syntax error: replace multi-line f-strings with variables in stream_anthropic
e0778bc
verified

Elysiadev11 commited on

Fix syntax error in stream_anthropic function - use variables instead of multi-line f-strings
52f717e
verified

Elysiadev11 commited on

Upload app.py with huggingface_hub
1334a00
verified

Elysiadev11 commited on

Add round-robin index for load balancing
0d1e167

aaxaxax commited on