-
Notifications
You must be signed in to change notification settings - Fork 274
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
chatbot not working #5
Comments
Same here. Even installing and running the repo fails, pretty silently. |
the repository not having been touched since the first commit 3 months ago does not look good. @zahidkhawaja |
Its because, its a boiler plate replicating the chatGPT UI in nextjs, the backend has to be implemented and the request goes to the backend server URL that handles the processing done in history, question. Request captures question, history in UI, we have to implement backend or use langchain chat FAST API endpoints to have it connected! |
I'm trying to integrate this with Berri.ai's API endpoint but can't figure out how to submit the necessary parameters. They've forked your repo but no where does it describe how to add the necessary parameters. https://docs.berri.ai/api-reference/endpoint/query |
I just get an empty response
Here's the console output:
The text was updated successfully, but these errors were encountered: