Not able to scrape OpenAI API Docs: https://platform.openai.com/docs/api-reference/introduction
Hi, anyone is able to scrape this page? I can't figure out why it can scrape this page?
2 Replies
@Kato84 did you figure it out? If not, ccing @thomas here to help you out
Hi @Kato84, are you using llm-extract on top of this? If so, you're feeding the string
<|endoftext|>
(which is present in the documentation) into the LLM, which is blacklisted, and an error occurs.