mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 20:46:45 +00:00
Rm DeepInfra Breakpoint Comment (#25206)
tbh should rm the print staement too
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user