Update src/llama_stack/core/routers/inference.py

Co-authored-by: ehhuang <ehhuang@users.noreply.github.com>
This commit is contained in:
Ashwin Bharambe 2025-10-28 10:38:13 -07:00 committed by GitHub
parent 8cce68921d
commit 73f4762c65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -119,7 +119,7 @@ class InferenceRouter(Inference):
prompt_tokens: Number of tokens in the prompt prompt_tokens: Number of tokens in the prompt
completion_tokens: Number of tokens in the completion completion_tokens: Number of tokens in the completion
total_tokens: Total number of tokens used total_tokens: Total number of tokens used
model_id: The model identifier fully_qualified_model_id:
provider_id: The provider identifier provider_id: The provider identifier
Returns: Returns: