Huggingface Endpoint Not Working, returns MODEL_NOT_FOUND #8851
Unanswered
Gnpthrm
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm currently trying to use LibreChat for a project I'm working on and I want it to support HuggingFace models using a Huggingface endpoint. I'm using a Docker deployment and locally hosting it. However, when running a model, the output is
Something went wrong. Here's the specific error message we encountered: An error occurred while processing the request: 404 Not Found Troubleshooting URL: https://js.langchain.com/docs/troubleshooting/errors/MODEL_NOT_FOUND/
Here's what I changed in the files:
In docker-compose.override.yaml:
In librechat.yaml, I added this in line 306:
Here is the instructions I followed: https://www.librechat.ai/docs/configuration/librechat_yaml/ai_endpoints/huggingface
Can anyone help me?
Beta Was this translation helpful? Give feedback.
All reactions