{% extends "base.html" %} {% block content %}
Memory Test Lab

Ask a local model using saved 8mem memory.

This page does not save new memory. Save facts and preferences from Start Here first, then use this private local sandbox to check whether memory changes the answer.

Teach 8mem first See what AI knows Review memory library
Prompt

Ask with memory

Ollama

To save a new fact, go to Start Here and use Remember this.
Model: {{ model }}
Ollama URL: {{ base_url }}

Answer

Memory-aware answer

Local
{% if error %}

If Ollama is not installed, install it later and rerun 8mem setup. Telegram memory still works without this local model test.

{% elif answer %}
{{ answer }}
{% else %}
No answer yet. Ask a question to test memory-aware prompting.
{% endif %}
What this proves

Your memory is portable beyond one chat surface

Telegram is the first launch channel. This local test proves the same memory can shape answers wherever a model or agent chooses to read 8mem context.

{% endblock %}