mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 23:22:01 +00:00
[𝘀𝗽𝗿] initial version
Created using spr 1.3.7-beta.1
This commit is contained in:
commit
2c3746ed90
4 changed files with 59 additions and 44 deletions
|
|
@ -54,11 +54,11 @@ async def get_auto_router_impl(
|
|||
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