{% extends "base.html" %} {% block title %}LLM Settings — IRC Bot Portal{% endblock %} {% block content %}

LLM Settings

{% for e in errors %}
{{ e }}
{% endfor %}

Ollama Backend

Response Handling

Persistent Memory

{% endblock %}