You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered issues when server doesn't close the steam and it hangs forever trying to buffer the stream
How do reproduce:
from markitdown import MarkItDown
client = OpenAI()
md = MarkItDown()
result = md.convert("https://alletting.dot.state.al.us/")
markdown = result.text_content
I propose adding a timeout value. I have tested this locally, and if you give me direction, i.e how do we pass the timeout value to this function, I can make the change myself.
I propose modifying stream_info blob to add timeout.
The text was updated successfully, but these errors were encountered:
I have encountered issues when server doesn't close the steam and it hangs forever trying to buffer the stream
How do reproduce:
I propose adding a timeout value. I have tested this locally, and if you give me direction, i.e how do we pass the timeout value to this function, I can make the change myself.
I propose modifying
stream_info
blob to add timeout.The text was updated successfully, but these errors were encountered: