forked from phoenix-oss/llama-stack-mirror
chore: split routers into individual files (safety)
Reviewers: bbrowning, leseb, ehhuang, terrytangyuan, raghotham, yanxi0830, hardikjshah Reviewed By: raghotham Pull Request: https://github.com/meta-llama/llama-stack/pull/2248
This commit is contained in:
parent
c290999c63
commit
a2160dc0af
3 changed files with 58 additions and 43 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