{% extends "base.html" %} {% block title %}Try it · mneme{% endblock %} {% block content %}

Try a classification

Type a customer-support message. The cache decides whether to ask Nemotron or answer instantly. The right column shows what would happen without the cache — same model, same prompt, every time.

Quick presets: {% for p in presets %} {% endfor %}

With mneme (cached)

Submit a query to see the cache in action.

Without cache (direct LLM call)

Click Same query, no cache to compare.
{% endblock %} {% block scripts %} {% endblock %}