8 lines
148 B
Python
8 lines
148 B
Python
from api.models.bedrock import (
|
|
ClaudeModel,
|
|
SUPPORTED_BEDROCK_MODELS,
|
|
SUPPORTED_BEDROCK_EMBEDDING_MODELS,
|
|
get_model,
|
|
get_embeddings_model,
|
|
)
|