fix shash processing

This commit is contained in:
Meshcheryakov Ilya 2024-05-30 15:52:06 +03:00
parent b8f5d81636
commit 4796d77ad7

View File

@ -99,8 +99,8 @@ router = APIRouter(
)
@router.post("/v1/{endpoint_type}")
@router.post("/v1/{endpoint_type}/")
@router.post("/v1/{endpoint_type:path}")
@router.post("/v1/{endpoint_type:path}/")
async def llm_serve_model(endpoint_type: str, request: Union[bytes, Dict[Any, Any]] = None):
try:
return_value = await processor.process_request(