From c408693861f5aceca177628f3480d9ccd87c42fb Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 13 Jan 2026 10:01:26 -0600 Subject: [PATCH] Switch litellm api_base from air_prd to air_alp --- hosts/h001/mods/litellm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/h001/mods/litellm.nix b/hosts/h001/mods/litellm.nix index 41ea41c8..42b47067 100644 --- a/hosts/h001/mods/litellm.nix +++ b/hosts/h001/mods/litellm.nix @@ -208,7 +208,7 @@ in model_name = "air_dev-${m}"; litellm_params = { 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"; drop_params = true; };