Yesid Cano Castro
Yesid Cano Castro
This is how I solved this issue using Streamlit and GPT-4o 1. First, I created a custom callback that uses Streamlit. Every time a break `\n` line is found; the...
This issue occurs across several parts of the documentation, and it seems to be very confusing, e.g., issue #1925 issue #1939
The code needs to be in inside a`async def` function. See this pull request for an example https://github.com/explodinggradients/ragas/pull/1983
The code needs to be in inside a`async def` function. See this pull request for an example https://github.com/explodinggradients/ragas/pull/1983
I am also getting the same error: ``` File "/usr/local/lib/python3.11/site-packages/colorama/ansitowin32.py", line 177, in write self.write_and_convert(text) File "/usr/local/lib/python3.11/site-packages/colorama/ansitowin32.py", line 205, in write_and_convert self.write_plain_text(text, cursor, len(text)) File "/usr/local/lib/python3.11/site-packages/colorama/ansitowin32.py", line 210, in write_plain_text...