Commit History

cleanup: remove version debug logging
cfa743c
Running

alchoholpad commited on

debug: try pkg_resources to get litellm version
ca502a6

alchoholpad commited on

debug: print litellm version on startup
0474b17

alchoholpad commited on

revert: use main-latest instead of pinned v1.90.0
7c513b2

alchoholpad commited on

fix: skip model-catalog loading in proxy_app to avoid cpu-basic hang
28dec71

alchoholpad commited on

fix: restore model-catalog + render-config with usable-models filter (191 models)
7eb4fe5

alchoholpad commited on

fix: handle missing upstream in models_response, add env to skip litellm remote startup
c89413d

alchoholpad commited on

fix: start proxy_app immediately, let litellm boot in background
630bb95

alchoholpad commited on

debug: add python import test, cat full log instead of tail
eaa17ed

alchoholpad commited on

debug: extend wait to 120s, tail litellm log every 10s
57ae2b5

alchoholpad commited on

debug: capture litellm stdout+stderr to log file
1b61426

alchoholpad commited on

debug: add litellm version check and config dump
88835d2

alchoholpad commited on

fix: remove stderr redirect, add litellm health wait
73b34d0

alchoholpad commited on

fix: skip huge catalog, use static config only, skip proxy_app startup render
0618db8

alchoholpad commited on

use static minimal config, skip render-config entirely
f60a494

alchoholpad commited on

handle string usable_model_ids (space-separated)
25f4083

alchoholpad commited on

fix log path to /tmp/verify.log
680b327

alchoholpad commited on

add debug logging to startup script
5b17027

alchoholpad commited on

pin litellm to v1.90.0, add missing deps, bulletproof startup
9f887ff

alchoholpad commited on

simplify startup: remove render-config, start with minimal config only
db488ce

alchoholpad commited on

bulletproof startup with minimal config fallback
6508ba1

alchoholpad commited on

fix: deduplicate models (one entry per model ID)
522c3df
verified

alchoholpad commited on

fix: match usable models by suffix (handles provider prefix mismatch)
2a5c581
verified

alchoholpad commited on

feat: enable usable models filter by default
4abc21f
verified

alchoholpad commited on

feat: filter catalog to usable models only (auto-fetches from HF dataset)
f8bf940
verified

alchoholpad commited on

fix: wait for litellm upstream readiness before starting proxy
0276087
verified

alchoholpad commited on

fix: detect domain_email secrets in startup wait
34a3558
verified

alchoholpad commited on

fix: map service_domain_email HF secrets to expected env vars
50aa2a5
verified

alchoholpad commited on

force rebuild: bust Docker cache v2
3119634
verified

alchoholpad commited on

fix: use sync HTTP for dataset fetch
b41d494
verified

alchoholpad commited on

force rebuild: bust Docker cache
27d7d07
verified

alchoholpad commited on

add /v1/usable-models endpoint, remove catalog mapping
73eb91f
verified

alchoholpad commited on

map catalog names to upstream model names
1222849
verified

alchoholpad commited on

load all 3 probe results: chat_usable, image_usable, vision_usable
4468092
verified

alchoholpad commited on

rebuild catalog from discovered models
0b01c77
verified

alchoholpad commited on

add /admin/discover/results endpoint
5a2736e
verified

alchoholpad commited on

fix: upload start-litellm.sh as binary to preserve LF
7f17196
verified

alchoholpad commited on

remove broken GitHub fetch, all scripts updated
c92f0ca
verified

alchoholpad commited on

fix: write_json_atomic not defined
706979b
verified

alchoholpad commited on

full repo sync
5b54ed8
verified

alchoholpad commited on

bust Docker cache with APP_VERSION env
f58aaf1
verified

alchoholpad commited on

update all scripts: /admin/discover, fix verify base_url
098a7b2
verified

alchoholpad commited on

add /admin/discover endpoint, fix datetime import
3bbad3c
verified

alchoholpad commited on

add 5min cooldown between probes, vision gets more retries
eb58e9a

fahadbinhussain commited on

remove usable-models cache TTL, always fetch fresh from dataset
d704c19

fahadbinhussain commited on

add --no-filter to image and vision probes for full coverage
b2d8c4d

fahadbinhussain commited on

add chat+image+vision probes to /admin/verify
188f416

fahadbinhussain commited on

rename Space to alchoholpad/litellm, update AGENTS.md URL
833ac2e

fahadbinhussain commited on

touch proxy_app.py to bust Docker COPY cache
e26fb61

fahadbinhussain commited on

touch start-litellm.sh to bust Docker COPY cache
ca111ab

fahadbinhussain commited on