langchain
langchain copied to clipboard
Add try except block to OpenAIWhisperParser
This was made in order to prevent OpenAIWhisperParser from breaking when a specific api request went bad unexpectably due to something like a request limit reached.
I added import time to include the 5 second time.sleep(5) delay between failed requests.
@rlancemartin @eyurtsev
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| langchain | ⬜️ Ignored (Inspect) | Jul 10, 2023 11:45pm |
@rlancemartin @eyurtsev
Thanks!