Skip to content

Commit aaf2d0e

Browse files
committed
add comment
1 parent c6b0a36 commit aaf2d0e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eval_protocol/proxy/proxy_core/litellm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ async def handle_chat_completion(
9999

100100
try:
101101
# 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
102103
response = await acompletion(
103104
**data,
104105
metadata=litellm_metadata,

0 commit comments

Comments
 (0)