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

Implementation of letmeexplain.ai #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

letmeexplainAI
Copy link

This PR integrates the LetMeExplain.ai chatbot into the NKN docs to provide AI-powered responses to user queries. The chatbot is loaded via an external script and connects to a Large Language Model (LLM) to generate responses. The LLM is currently trained only on the NKN Whitepaper.

Technical Details:

  • The script (lme_chatbot_widget.js) is hosted on https://dashboard.letmeexplain.ai.
  • It initializes a chatbot widget with a unique orgId to identify the client.
  • The chatbot interacts with an LLM to respond to user queries.

Security and Privacy:

  • The script does not collect or store sensitive user data.

Support:

For access to the LetMeExplain.ai client dashboard or technical support, please contact:

@yilunzhang
Copy link
Member

Thanks for the contribution! I was trying to run your branch locally but got an error:

image

@letmeexplainAI
Copy link
Author

Please try again. It should be working now.

@yilunzhang
Copy link
Member

Still the same error

@letmeexplainAI
Copy link
Author

May i know which browser you are using to test?

@yilunzhang
Copy link
Member

I'm using Chrome, detailed version: Version 132.0.6834.160 (Official Build) (arm64)

@letmeexplainAI
Copy link
Author

Please check again. It should work now

@yilunzhang
Copy link
Member

image

The popup still has error. Having a chatbot is nice, but let's submit the code to production repo only when it's production ready...

@letmeexplainAI
Copy link
Author

Hi, We have the chatbot working locally on NKN docs, please see the screenshot below. This could be a firewall issue to your local build. We have reached out on discord to help debug further, could we have a quick call?

image
image

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

Successfully merging this pull request may close these issues.

2 participants