Skip to content

Commit 8caac53

Browse files
test
1 parent 36890d8 commit 8caac53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eval_protocol/pytest/tracing_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def build_init_request(
133133

134134
# Build final model base URL with tracing metadata
135135
final_model_base_url = model_base_url
136-
if model_base_url and ("tracing.fireworks.ai" in model_base_url or model_base_url.startswith("http://localhost")):
136+
if model_base_url and ("tracing.fireworks.ai" in model_base_url or model_base_url.startswith("http://localhost") or "litellm-gateway" in model_base_url):
137137
final_model_base_url = build_fireworks_tracing_url(model_base_url, meta, completion_params_base_url)
138138

139139
# Extract API key from environment or completion_params

0 commit comments

Comments
 (0)