From 656057c27d293f671371f08a1cc32ab84588293c Mon Sep 17 00:00:00 2001 From: subahanpathan Date: Sun, 29 Jun 2025 15:53:57 +0530 Subject: [PATCH] Update and rename index.rst to index.html --- docs/index.html | 69 +++++++++++++++++++++++++++++++++++++++++++++++++ docs/index.rst | 35 ------------------------- 2 files changed, 69 insertions(+), 35 deletions(-) create mode 100644 docs/index.html delete mode 100644 docs/index.rst diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 00000000..0b0bd000 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,69 @@ + + + + + AI Teacher (WebLLM) + + + + +

👩‍🏫 Ask Your AI Teacher (Offline Web)

+
+ +
+ +
Model is loading, please wait...
+
+ + + + diff --git a/docs/index.rst b/docs/index.rst deleted file mode 100644 index 28b0ed70..00000000 --- a/docs/index.rst +++ /dev/null @@ -1,35 +0,0 @@ -👋 Welcome to WebLLM -==================== - -`GitHub `_ | `WebLLM Chat `_ | `NPM `_ | `Discord `_ - -WebLLM is a high-performance in-browser language model inference engine that brings large language models (LLMs) to web browsers with hardware acceleration. With WebGPU support, it allows developers to build AI-powered applications directly within the browser environment, removing the need for server-side processing and ensuring privacy. - -It provides a specialized runtime for the web backend of MLCEngine, leverages -`WebGPU `_ for local acceleration, offers OpenAI-compatible API, -and provides built-in support for web workers to separate heavy computation from the UI flow. - -Key Features ------------- -- 🌐 In-Browser Inference: Run LLMs directly in the browser -- 🚀 WebGPU Acceleration: Leverage hardware acceleration for optimal performance -- 🔄 OpenAI API Compatibility: Seamless integration with standard AI workflows -- 📦 Multiple Model Support: Works with Llama, Phi, Gemma, Mistral, and more - -Start exploring WebLLM by `chatting with WebLLM Chat `_, and start building webapps with high-performance local LLM inference with the following guides and tutorials. - -.. toctree:: - :maxdepth: 2 - :caption: User Guide - - user/get_started.rst - user/basic_usage.rst - user/advanced_usage.rst - user/api_reference.rst - -.. toctree:: - :maxdepth: 2 - :caption: Developer Guide - - developer/building_from_source.rst - developer/add_models.rst