mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-31 08:32:32 +00:00
Rm DeepInfra Breakpoint Comment (#25206)
tbh should rm the print staement too
This commit is contained in:
parent
e5bb4cb646
commit
fad6fc866a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user