Sean Betts
Results
13
comments of
Sean Betts
I am getting the same error - did you resolve this?
I am getting a similar error
Here's the code snippet - its very simple: ``` def get_markdown_content(url): """Fetch markdown content from Jina.ai API.""" headers = { "Authorization": "Bearer xxx" } jina_url = f"https://r.jina.ai/{url}" try: response =...