We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b0a36 commit aaf2d0eCopy full SHA for aaf2d0e
1 file changed
eval_protocol/proxy/proxy_core/litellm.py
@@ -99,6 +99,7 @@ async def handle_chat_completion(
99
100
try:
101
# Make the completion call - pass all params through
102
+ # Note: langfuse_host is set via LANGFUSE_HOST env var at startup; OTEL doesn't support per-request host override
103
response = await acompletion(
104
**data,
105
metadata=litellm_metadata,
0 commit comments