{% extends "base.html" %} {% block title %}Settings — CoderAI{% endblock %} {% block content %}
Server
IP address or hostname to bind to (0.0.0.0 = all interfaces)
Maximum number of concurrent queued requests. Authenticated requests arriving when the queue is full receive a 429 response.
Storage
Models will inherit this as default when configured
Generation Archive
When enabled, every generation (image, video, audio, text) is logged with its prompt, model, and output files.
Absolute path or relative to the config directory. Leave blank to use the default.
Archived entries older than this are automatically deleted. Takes effect immediately on save.
AISBF Broker
Registers this CoderAI instance with an AISBF broker so it can receive brokered requests.
{% endblock %} {% block scripts %} {% endblock %}