-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Functions & Retrival of Documents, Notes... with PrivateGPT or Anything LLM #202
Comments
PrivateGPT may work out of the box as it follows the OpenAI API standard, but without the custom API features.
|
I tried PRIVATEGPT with all possible combinations without success. I cant get another thing other than "detail": "Not Found", so it's reaching the server, but in an incompatible way or I'm doing something wrong.... 😭 Any help / ideas would be apreciated! @jekalmin @jleinenbach 😄 🚀 |
When I search for the error on Google, I find several possible causes. One possibility could be that the base URL is not configured correctly. |
Even if you check "Skip Authentication", you still have to enter an API key value. This is a bit confusing. According to the error message, your error happens in helpers.py: "validate authentication". This is the code:
This function should do nothing if you check "Skip Authentication", so I guess you didn't check it it when this exception was logged. At this point, I'd use this base URL: On the first look, I didn't find a way how to create an API key as I would try it with a valid API key next: |
Hi! I'm trying to get a chatbot that can do custom functions and get context from Notes. PrivateGPT & Anything LLM seem like two good options as they let you upload data to a vector database and then retrive it.
I need help setting something with these characteristics in place. If you like this idea please say something on the comments or up vote this pls! Help make this possible 🙏🏼
The text was updated successfully, but these errors were encountered: