Skip to content

Commit 0901a9c

Browse files
authored
Update Playground to go to Hugging Face Spaces (#35)
Signed-off-by: GitHub <noreply@github.com>
1 parent a5abcd9 commit 0901a9c

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

themes/memmachine/layouts/playground.html

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,30 +33,24 @@ <h2 class="title-2">How to Use the <span>MemMachine Playground</span></h2>
3333
<p>Click the "Go to Playground" button.</p>
3434
<div class="hero-btn mt-12">
3535
<div>
36-
<a href="https://playground.memmachine.ai/" class="btn btn-primary mx-2" style="background-color: #5d5dd4;" target="_blank">Go to Playground</a>
36+
<a href="https://huggingface.co/spaces/Memverge/MemMachine-Playground" class="btn btn-primary mx-2" style="background-color: #5d5dd4;" target="_blank">Go to Playground</a>
3737
</div>
3838
</div>
3939
</li>
4040
<li class="mb-5">
41-
<p>On the login page, click "Continue with Google" to create a secure account and log in. The email and password feature is not enabled.</p>
42-
<img src="/img/playground_signin_with_OAuth.png" alt="Continue with Google button" style="width: 100%; max-width: 400px; margin-top: 10px; border-radius: 8px;" loading="lazy">
41+
<p>On the left, enter your Hugging Face API Token/Key to login</p>
42+
<img src="/img/HuggingFacePlaygroundAuth.png" alt="Hugging Face Authentication Token" style="width: 100%; max-width: 400px; margin-top: 10px; border-radius: 8px;" loading="lazy">
4343
</li>
4444
<li class="mb-5">
45-
<p>In the model selection dropdown at the top of the page, click the '+' to add both of these models to create a side-by-side comparison:</p>
46-
<ul class="list-disc ml-6 mt-2">
47-
<li><span class="highlight-text-gradient">gpt-4.1-mini:</span> This model has no memory and will not remember information in a new chat session.</li>
48-
<li><span class="highlight-text-gradient">gpt-4.1-mini-memory:</span> This model uses the power of MemMachine to remember facts and information within and across chat sessions.</li>
49-
</ul>
50-
<img src="/img/playground_select_models.png" alt="Model selection dropdown with two models" style="width: 100%; max-width: 500px; margin-top: 10px; border-radius: 8px;" loading="lazy">
45+
<p>Select a model from the dropdown</p>
5146
</li>
5247
<li class="mb-5">
53-
<p>Once both models are added, you can start chatting. You can compare the response from both models simultaneously.</p>
54-
<img src="/img/playground_side-by-side-chat-session.png" alt="Side-by-side chat session for A/B testing" style="width: 100%; max-width: 500px; margin-top: 10px; border-radius: 8px;" loading="lazy">
48+
<p>Select "Compare with MemMachine"</p>
5549
</li>
5650
<li class="mb-5">
57-
<p>Start a new chat session by clicking the "New Chat" button on the left sidebar. Continue chatting. You will notice the <span class="highlight-text-gradient">gpt-4.1-mini</span> forgets everything from the previous session(s), whereas the <span class="highlight-text-gradient">gpt-4.1-mini-memory</span> retains context and information from all prior sessions.</p>
51+
<p>Continue chatting and start new sessions. You will notice the <span class="highlight-text-gradient">Control</span> model forgets everything from the previous session(s), whereas the <span class="highlight-text-gradient">MemMachine</span> model retains context and information from all prior sessions.</p>
52+
</li>
5853
</ol>
59-
6054
</div>
6155
</div>
6256
</div>
86.8 KB
Loading

0 commit comments

Comments
 (0)