mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 15:22:01 +00:00
chore: moved from general exceptions to apis/common/exceptions.py
This commit is contained in:
parent
ed4a776cc5
commit
a7c6328d0c
4 changed files with 3 additions and 3 deletions
|
|
@ -18,6 +18,7 @@ from llama_stack.apis.common.content_types import (
|
|||
InterleavedContentItem,
|
||||
TextContentItem,
|
||||
)
|
||||
from llama_stack.apis.common.errors import UnsupportedModelError
|
||||
from llama_stack.apis.inference import (
|
||||
ChatCompletionRequest,
|
||||
ChatCompletionResponse,
|
||||
|
|
@ -48,7 +49,6 @@ from llama_stack.apis.inference import (
|
|||
ToolPromptFormat,
|
||||
)
|
||||
from llama_stack.apis.models import Model, ModelType
|
||||
from llama_stack.exceptions import UnsupportedModelError
|
||||
from llama_stack.log import get_logger
|
||||
from llama_stack.providers.datatypes import (
|
||||
HealthResponse,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue