Matheus Rossi

Results 2 issues of Matheus Rossi

**Describe the bug** When scraping pages, randomly get this error: `Could not parse response content as the request was rejected by the content filter` ``` response = self.root_client.beta.chat.completions.parse(**payload) │ │...

# Description Today, I use web scraping and LLM models to extract data from URLs. If, for some reason, I encounter an error with the LLM, my plan is to...