Skip to content

Commit a9bcc0a

Browse files
authored
Merge branch 'main' into add-mcp-authentication-param
2 parents 949756e + ba744d7 commit a9bcc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama_stack/core/routers/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ async def stream_tokens_and_compute_metrics_openai_chat(
417417
prompt_tokens=chunk.usage.prompt_tokens,
418418
completion_tokens=chunk.usage.completion_tokens,
419419
total_tokens=chunk.usage.total_tokens,
420-
model_id=fully_qualified_model_id,
420+
fully_qualified_model_id=fully_qualified_model_id,
421421
provider_id=provider_id,
422422
)
423423
for metric in metrics:

0 commit comments

Comments
 (0)