{% extends "base.html" %}
{% block content %}
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.
Chat with 8mem memory, without Telegram.
Model: {{ model }}
Ollama URL: {{ base_url }}
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 %}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.