mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
fix import
This commit is contained in:
parent
84ffcb8c2b
commit
ee4e3b7ff9
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.core.telemetry.telemetry import MetricEvent
|
||||
from llama_stack.apis.telemetry.telemetry import MetricEvent
|
||||
|
||||
|
||||
class OpenAIChatCompletionWithMetrics(OpenAIChatCompletion):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue