-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: added fully functional chatbot to index website #69
Conversation
Signed-off-by: Arya Pratap Singh <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@sudiptasarkar011 please review and merge. |
check once with the api key mam. try my test api key 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 and insert here: |
@sudiptasarkar011 let me know if it still fails after inserting the api key and using the same llama model as in the PR. thanks |
PS: It still works on my end so most probably api key was the issue on your end |
You just added an AI wrapper to our website? That will just give us answers which are irrespective to our project in all cases, that's not at all acceptable. |
@Wahid7852 My thought was we can further fine tune this to make it understand the website and then respond to user queries accordingly (like telling the llm about the website and making it respond to user queries according to this). Since creating a whole new ai model / chatbot would be inefficient. We can pre - prompt and set the model ready to be used by the users. This way we can get the chatbot tell users about the website as well as non website answers as well. |
Let me know your thoughts on this, if we want a traditional chatbot with limited features and restricted to the website only with a fixed input bubble like that of a customer support for example. Then that would be easier to implement for me than this. This seemed like a much better approach. Or if you have a particular approach you want to achieve, its not a problem for me to implement.
|
@Wahid7852 if you were looking forward to something like this let me know. not smart but precise to the website only. support bot types |
@Wahid7852 any updates on this? |
This PR adds a GROQ powered chatbot to the website for user interaction
Fixes #51 and closes it
Made the UI adjustments as well and the script embedding.
Sample demo:
demo.mp4
Models available here: https://console.groq.com/docs/models (This PR uses llama-3.3-70b-versatile ,suggested : mixtral-8x7b-32768)
API Key here : https://console.groq.com/keys