Skip to content

Commit 1abe2b1

Browse files
author
Changxf5
committed
update init model
1 parent 47821b5 commit 1abe2b1

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

router_inference/router/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from router_inference.router.base_router import BaseRouter
77
from router_inference.router.example_router import ExampleRouter
88
from router_inference.router.vllm_sr import VLLMSR
9-
from router_inference.router.api_router import APIRouter
109
from router_inference.router.auto_router import auto_router
1110

12-
__all__ = ["BaseRouter", "ExampleRouter", "VLLMSR", "APIRouter", "auto_router"]
11+
__all__ = ["BaseRouter", "ExampleRouter", "VLLMSR", "auto_router"]

router_inference/router/auto_router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __init__(self, router_name: str):
3232
865: "deepseek/deepseek-chat-v3.1",
3333
866: "qwen/qwen3-235b-a22b-2507",
3434
287: "qwen/qwen3-14b",
35-
305: "qwen/qwen-2.5-7b-instruct",
35+
305: "openai/gpt-4o",
3636
321: "deepseek/deepseek-r1-distill-qwen-32b",
3737
}
3838

0 commit comments

Comments
 (0)