Switch litellm api_base from air_prd to air_alp

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-13 10:01:26 -06:00
parent 2e0b093e15
commit c408693861

View file

@ -208,7 +208,7 @@ in
model_name = "air_dev-${m}"; model_name = "air_dev-${m}";
litellm_params = { litellm_params = {
model = "litellm_proxy/${m}"; model = "litellm_proxy/${m}";
api_base = "http://100.64.0.8:9010/air_prd"; api_base = "http://100.64.0.8:9010/air_alp";
api_key = "na"; api_key = "na";
drop_params = true; drop_params = true;
}; };