You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://playground.memmachine.ai/" class="btn btn-primary mx-2" style="background-color: #5d5dd4;" target="_blank">Go to Playground</a>
37
+
</div>
38
+
</div>
39
+
</li>
40
+
<liclass="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
+
<imgsrc="/img/playground_signin_with_OAuth.png" alt="Continue with Google button" style="width: 100%; max-width: 400px; margin-top: 10px; border-radius: 8px;">
43
+
</li>
44
+
<liclass="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
+
<ulclass="list-disc ml-6 mt-2">
47
+
<li><spanclass="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><spanclass="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
+
<imgsrc="/img/playground_select_models.png" alt="Model selection dropdown with two models" style="width: 100%; max-width: 500px; margin-top: 10px; border-radius: 8px;">
51
+
</li>
52
+
<liclass="mb-5">
53
+
<p>Once both models are added, you can start chatting. You can compare the response from both models simultaneously.</p>
<p>Start a new chat session by clicking the "New Chat" button on the left sidebar. Continue chatting. You will notice the <spanclass="highlight-text-gradient">gpt-4.1-mini</span> forgets everything from the previous session(s), whereas the <spanclass="highlight-text-gradient">gpt-4.1-mini-memory</span> retains context and information from all prior sessions.</p>
0 commit comments