AgentLLM icon indicating copy to clipboard operation
AgentLLM copied to clipboard

request to huggingface...ndarray-cache.json returning a 401 message

Open dwindibank opened this issue 1 year ago • 0 comments

A bug report (I think something has changed on Hugging Face):

Running from https://gentllm.vercel.app

Any attempt at running creating a new goal results in the message:

Error retrieving initial tasks array. Refresh and retry, clarify your goal, or revise your goal such that it is allowed by our model's policies. > Error message: Failed to execute 'add' on 'Cache': Request failed If you are facing any issues, please check out the Help page or Github

In the Network tools, you can see the error is being cause by https://huggingface.co/spaces/idosal/web-llm/resolve/main/wizardlm-7b/ndarray-cache.json returning a 401 "Unauthorized" status code. If you go directly to that URL in your browser, body of the page is just: "Invalid username or password.".

dwindibank avatar Jan 22 '24 22:01 dwindibank