We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 949756e + ba744d7 commit a9bcc0aCopy full SHA for a9bcc0a
src/llama_stack/core/routers/inference.py
@@ -417,7 +417,7 @@ async def stream_tokens_and_compute_metrics_openai_chat(
417
prompt_tokens=chunk.usage.prompt_tokens,
418
completion_tokens=chunk.usage.completion_tokens,
419
total_tokens=chunk.usage.total_tokens,
420
- model_id=fully_qualified_model_id,
+ fully_qualified_model_id=fully_qualified_model_id,
421
provider_id=provider_id,
422
)
423
for metric in metrics:
0 commit comments