Rm DeepInfra Breakpoint Comment (#25206)

tbh should rm the print staement too
This commit is contained in:
William FH
2024-08-22 11:43:44 -07:00
committed by GitHub
parent e5bb4cb646
commit fad6fc866a

View File

@@ -257,7 +257,6 @@ class ChatDeepInfra(BaseChatModel):
self._handle_status(response.status_code, response.text)
return response
except Exception as e:
# import pdb; pdb.set_trace()
print("EX", e) # noqa: T201
raise