{% extends "base.html" %} {% block content %}
Local test chat

Chat with 8mem memory, without Telegram.

Use this page when Telegram is skipped. It sends your question to the local Ollama model with 8mem memory context attached, so QA can verify prompting from the browser.

Check memory mirror Open memory files
Prompt

Ask a local model

Ollama

Model: {{ model }}
Ollama URL: {{ base_url }}

Answer

Memory-shaped response

Local
{% if error %}

If Ollama is not installed, install it later and rerun 8mem setup. You can still use the dashboard, memory files, import, and export without chat.

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

Telegram is optional for local QA

Telegram is one channel. This browser page is the local fallback channel. If Telegram setup is skipped, QA can still test whether 8mem memory changes the model response.

{% endblock %}