mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 23:22:01 +00:00
[𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7-beta.1 [skip ci]
This commit is contained in:
parent
3faf1e4a79
commit
d6eac9f219
5 changed files with 131 additions and 104 deletions
|
|
@ -50,15 +50,15 @@ async def get_routing_table_impl(
|
|||
async def get_auto_router_impl(
|
||||
api: Api, routing_table: RoutingTable, deps: dict[str, Any], run_config: StackRunConfig
|
||||
) -> Any:
|
||||
from .datasets import DatasetIORouter
|
||||
from .routers import (
|
||||
DatasetIORouter,
|
||||
EvalRouter,
|
||||
InferenceRouter,
|
||||
SafetyRouter,
|
||||
ScoringRouter,
|
||||
ToolRuntimeRouter,
|
||||
VectorIORouter,
|
||||
)
|
||||
from .safety import SafetyRouter
|
||||
|
||||
api_to_routers = {
|
||||
"vector_io": VectorIORouter,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue