mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-06-12 02:20:32 -04:00
fix: remove breakpoint
Signed-off-by: paperspace <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
@@ -135,7 +135,6 @@ class APIResponse(pydantic.BaseModel, t.Generic[Response]):
|
||||
# Since users specific different content_type, then we return the raw binary text without and deserialisation
|
||||
return self.raw_response.text
|
||||
|
||||
breakpoint()
|
||||
data = self.raw_response.json()
|
||||
try:
|
||||
return self.response_cls(**data)
|
||||
|
||||
Reference in New Issue
Block a user