Skip to content

Commit

Permalink
Update index.html links
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmayes authored Feb 8, 2025
1 parent 9ddeb38 commit 9536a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ <h3>Simulate chat</h3>
<h2>Agent thinking output</h2>
<p id="sidePanelInterface">Agent thinking for the curious folk will show here</p>
<h2>How does this work?</h2>
<p>This demo, created by Jason Mayes at Google, uses Web AI large language models to power this experience to provide Agent like behaviours. That means the AI model is downloaded to your machine in the browser and run entirely locally - so no calls to the cloud - keeping costs to zero and your privacy is preserved.</p>
<p>Specifically the Google Gemma 2, 2B parameter model, is downloaded and executed powered by the MediaPipe Web LLM library.</p>
<p>This demo, created by <a href="https://www.linkedin.com/in/WebAI" target="_blank">Jason Mayes</a> at Google, uses Web AI large language models to power this experience to provide Agent like behaviours. That means the AI model is downloaded to your machine in the browser and run entirely locally - so no calls to the cloud - keeping costs to zero and your privacy is preserved.</p>
<p>Specifically the Google Gemma 2, 2B parameter model, is downloaded and executed powered by the <a href="https://ai.google.dev/edge/mediapipe/solutions/genai/llm_inference/web_js" target="_blank">MediaPipe Web LLM library</a>, along with the <a href="https://huggingface.co/onnx-community/Kokoro-82M-ONNX" target="_blank">Kokoro 82M model for text to speech</a> powered by <a href="https://huggingface.co/docs/transformers.js/en/index" target="_blank">Transformers.js</a>.</p>
</div>

<div id="preloader" class="animate__animated animate__fadeIn">
Expand Down

0 comments on commit 9536a8a

Please sign in to comment.