mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 11:40:25 +00:00
refactor: remove tags from APIRouter initialization in chat, model, task, and tool controllers
This commit is contained in:
parent
36788b3632
commit
80042edef9
4 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ from utils import traceroot_wrapper as traceroot
|
|||
logger = traceroot.get_logger("model_controller")
|
||||
|
||||
|
||||
router = APIRouter(tags=["model"])
|
||||
router = APIRouter()
|
||||
|
||||
|
||||
class ValidateModelRequest(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue