mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-11 19:56:03 +00:00
fix: update telemetry import path after module move
The telemetry module was moved from llama_stack.apis.telemetry to llama_stack.core.telemetry in PR #3919. This updates the import in the provider data routing test to use the new location.
This commit is contained in:
parent
73f4762c65
commit
80f836a2ba
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ from llama_stack.apis.inference.inference import (
|
|||
OpenAIChatCompletionUsage,
|
||||
OpenAIChoice,
|
||||
)
|
||||
from llama_stack.apis.telemetry.telemetry import MetricEvent
|
||||
from llama_stack.core.telemetry.telemetry import MetricEvent
|
||||
|
||||
|
||||
class OpenAIChatCompletionWithMetrics(OpenAIChatCompletion):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue