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 #521

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

letmeexplainAI
Copy link

This PR integrates the LetMeExplain.ai chatbot into the Holochain developer 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 Holochain 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:

@pdaoust
Copy link
Collaborator

pdaoust commented Feb 5, 2025

Hey @letmeexplainAI , interesting proposal, and it's something we've contemplated adding to our dev docs already.

Right now our first priority is getting actual documentation written, then training an LLM on it. The white paper already reflects a slightly out-of-date model of the living code, and will get more stale as time goes on. Can you tell me more about your product? Big questions are:

  1. Will it progressively update its model as our documentation improves? (I assume it's doing RAG or fine-tuning or building up a huge context window or something)
  2. What base model does it use?
  3. What are your pricing plans for open-source projects stewarded by non-profits like ours?

@letmeexplainAI
Copy link
Author

letmeexplainAI commented Feb 7, 2025 via email

@letmeexplainAI
Copy link
Author

letmeexplainAI commented Feb 10, 2025 via email

@pdaoust
Copy link
Collaborator

pdaoust commented Feb 10, 2025

Thanks! Every question answered except one: what are your pricing plans? I don't see that on your website.

I'd also like to know: how long have you been in business?

Thanks!

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