litellm / scripts

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

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

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

force rebuild: bust Docker cache
27d7d07
verified

alchoholpad commited on

load all 3 probe results: chat_usable, image_usable, vision_usable
4468092
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

full repo sync
5b54ed8
verified

alchoholpad commited on

update all scripts: /admin/discover, fix verify base_url
098a7b2
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

fetch latest proxy_app.py from GitHub at startup, bypass Docker cache
a60ddd0

fahadbinhussain commited on

fix: unbuffered python output for real-time probe logs
45c79d1

fahadbinhussain commited on

fix: add early log writes to debug probe startup
6e7bbcf

fahadbinhussain commited on

fix: stream probe logs line-by-line for real-time viewing
2588010

fahadbinhussain commited on

fix: use public URL for verify probe instead of internal port
5be0417

fahadbinhussain commited on

fix: capture probe output to log file, show upload errors
5f1893b

fahadbinhussain commited on

add /admin/logs endpoint to read probe log in real time
2a96e07

fahadbinhussain commited on

fix: use asyncio subprocess to avoid blocking event loop
8c9440c

fahadbinhussain commited on

fetch usable-models from HF dataset, upload after probe
60a390f

fahadbinhussain commited on