Skip to content
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

Closed

Conversation

ARYPROGRAMMER
Copy link

@ARYPROGRAMMER ARYPROGRAMMER commented Jan 16, 2025

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

Copy link

vercel bot commented Jan 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fusion-vision ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 16, 2025 0:06am

@ARYPROGRAMMER
Copy link
Author

@sudiptasarkar011 please review and merge.

@sudiptasarkar011
Copy link
Owner

Screenshot 2025-01-16 at 7 20 46 PM

@ARYPROGRAMMER

@ARYPROGRAMMER
Copy link
Author

Screenshot 2025-01-16 at 7 20 46 PM @ARYPROGRAMMER

check once with the api key mam. try my test api key

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

and insert here:

image

@ARYPROGRAMMER
Copy link
Author

@sudiptasarkar011 let me know if it still fails after inserting the api key and using the same llama model as in the PR. thanks

@ARYPROGRAMMER
Copy link
Author

ARYPROGRAMMER commented Jan 16, 2025

@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

@sudiptasarkar011 sudiptasarkar011 requested review from Wahid7852 and removed request for sudiptasarkar011 January 16, 2025 14:07
@Wahid7852
Copy link
Collaborator

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.

@ARYPROGRAMMER
Copy link
Author

ARYPROGRAMMER commented Jan 16, 2025

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.

@ARYPROGRAMMER
Copy link
Author

ARYPROGRAMMER commented Jan 16, 2025

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.

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.

@ARYPROGRAMMER
Copy link
Author

@Wahid7852 if you were looking forward to something like this let me know.

image

not smart but precise to the website only. support bot types

@ARYPROGRAMMER
Copy link
Author

@Wahid7852 any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrating Chatbot for user interaction
3 participants