fix: skip model-catalog loading in proxy_app to avoid cpu-basic hang 28dec71 alchoholpad commited on 6 days ago
fix: restore model-catalog + render-config with usable-models filter (191 models) 7eb4fe5 alchoholpad commited on 6 days ago
fix: handle missing upstream in models_response, add env to skip litellm remote startup c89413d alchoholpad commited on 6 days ago
fix: start proxy_app immediately, let litellm boot in background 630bb95 alchoholpad commited on 6 days ago
debug: add python import test, cat full log instead of tail eaa17ed alchoholpad commited on 6 days ago
fix: skip huge catalog, use static config only, skip proxy_app startup render 0618db8 alchoholpad commited on 6 days ago
simplify startup: remove render-config, start with minimal config only db488ce alchoholpad commited on 6 days ago
fix: match usable models by suffix (handles provider prefix mismatch) 2a5c581 verified alchoholpad commited on 7 days ago
feat: filter catalog to usable models only (auto-fetches from HF dataset) f8bf940 verified alchoholpad commited on 7 days ago
fix: wait for litellm upstream readiness before starting proxy 0276087 verified alchoholpad commited on 7 days ago
fix: map service_domain_email HF secrets to expected env vars 50aa2a5 verified alchoholpad commited on 7 days ago
load all 3 probe results: chat_usable, image_usable, vision_usable 4468092 verified alchoholpad commited on 15 days ago
fix: upload start-litellm.sh as binary to preserve LF 7f17196 verified alchoholpad commited on 15 days ago
update all scripts: /admin/discover, fix verify base_url 098a7b2 verified alchoholpad commited on 16 days ago
add 5min cooldown between probes, vision gets more retries eb58e9a fahadbinhussain commited on 16 days ago
remove usable-models cache TTL, always fetch fresh from dataset d704c19 fahadbinhussain commited on 16 days ago
add --no-filter to image and vision probes for full coverage b2d8c4d fahadbinhussain commited on 16 days ago
rename Space to alchoholpad/litellm, update AGENTS.md URL 833ac2e fahadbinhussain commited on 16 days ago
fetch latest proxy_app.py from GitHub at startup, bypass Docker cache a60ddd0 fahadbinhussain commited on 16 days ago
fix: unbuffered python output for real-time probe logs 45c79d1 fahadbinhussain commited on 17 days ago
fix: stream probe logs line-by-line for real-time viewing 2588010 fahadbinhussain commited on 17 days ago
fix: use public URL for verify probe instead of internal port 5be0417 fahadbinhussain commited on 17 days ago
fix: capture probe output to log file, show upload errors 5f1893b fahadbinhussain commited on 17 days ago
add /admin/logs endpoint to read probe log in real time 2a96e07 fahadbinhussain commited on 17 days ago
fix: use asyncio subprocess to avoid blocking event loop 8c9440c fahadbinhussain commited on 17 days ago
fetch usable-models from HF dataset, upload after probe 60a390f fahadbinhussain commited on 17 days ago