From 4c05cc19e5ce22faf5a6128b601828cea772fe19 Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 14 Mar 2025 08:53:45 -0500 Subject: [PATCH] docs: Update LLM FAQ --- docs/guide/resources/faq.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/guide/resources/faq.md b/docs/guide/resources/faq.md index 7d0ef5fa..6526c2c8 100644 --- a/docs/guide/resources/faq.md +++ b/docs/guide/resources/faq.md @@ -167,8 +167,10 @@ Both issues have the same fix: tell the library to put elements inside the `Shad ## Is there an LLM trained on WXT's docs that I chat with? -Not yet, but we're working on it. For now, https://wxt.dev hosts pre-aggregated and pre-formatted knowledge files containing all the docs from this website: +Yes! There's a "Ask AI" button in the bottom right of the page, try it out! Or visit https://knowledge.wxt.dev/ for a fullscreen experience. -- Index listing available knowledge files: https://wxt.dev/knowledge/index.json +Additionally, if you want to train your own model or provide context to your editor, you can use the LLM knowledge files hosted by the site: + +https://wxt.dev/knowledge/index.json You don't need to crawl the entire website, these files already contain all the relevant docs for training a LLM on WXT. But feel free to crawl it and generate your own files if you want!