Merge 0962228c73 into sapling-pr-archive-ehhuang

This commit is contained in:
ehhuang 2025-10-23 16:03:26 -07:00 committed by GitHub
commit 3ae0f54256
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 90 additions and 179 deletions

View file

@ -22,11 +22,11 @@ from llama_stack.apis.inference.inference import (
)
from llama_stack.apis.models import Model
from llama_stack.apis.models.models import ModelType
from llama_stack.core.telemetry.tracing import get_current_span
from llama_stack.log import get_logger
from llama_stack.providers.remote.inference.watsonx.config import WatsonXConfig
from llama_stack.providers.utils.inference.litellm_openai_mixin import LiteLLMOpenAIMixin
from llama_stack.providers.utils.inference.openai_compat import prepare_openai_completion_params
from llama_stack.providers.utils.telemetry.tracing import get_current_span
logger = get_logger(name=__name__, category="providers::remote::watsonx")