Remove hardcoded test api url

This commit is contained in:
Dillon DuPont
2025-11-19 11:09:42 -05:00
parent ddb00a180d
commit cd49e3de49

View File

@@ -71,7 +71,6 @@ class CUAAdapter(CustomLLM):
if "anthropic/" in model:
model = f"anthropic/{self._normalize_model(model)}"
api_base = api_base.removesuffix("/v1")
api_base = "http://127.0.0.1:5001"
else:
model = f"openai/{self._normalize_model(model)}"