mirror of
https://github.com/clearml/clearml-serving
synced 2025-06-26 18:16:00 +00:00
fix shash processing
This commit is contained in:
parent
b8f5d81636
commit
4796d77ad7
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user