L Loach Docs
Ctrl K

Per-chat parameters

Every chat has a slide-out Parameters panel on the right of the window. It exposes the knobs the provider offers and remembers per-chat overrides so you can dial each conversation independently.

Simple and Advanced modes

The panel has two views:

Switch between them at the top of the panel. Values you set in Simple stay set when you flip to Advanced and vice versa.

The same panel is reused by Private Chat with the same Simple / Advanced split — it just closes and wipes along with the overlay.

How the values cascade

What a chat actually sends to the model is a merge of several layers. From broadest to narrowest, with later layers winning:

  1. App defaults — a sensible universal fallback (for example, temperature 0.7, top_p 0.95).
  2. Model defaults — parsed from the Ollama Modelfile’s PARAMETER block. Cached after the first chat with that model so subsequent loads are instant.
  3. Per-model preferences — e.g. the Thinking preference you set in the Models editor.
  4. Space defaults — if the chat belongs to a Space with its own pinned parameters.
  5. Per-chat overrides — what the sliders in this panel save.
  6. Global app overrides — for example the Settings → Features Low VRAM pin, which forces low_vram: true on every Ollama request and beats the per-chat toggle.

A Reset to defaults button in the panel header clears the per-chat overrides and falls back to the merged defaults.

Settings reference

A short description of every knob the panel exposes, grouped by what it affects. Anything tagged Ignored by OpenAI providers is sent to Ollama only — OpenAI-compatible endpoints decide that knob server-side.

Thinking

Sampling

Length

Repetition

Performance

Reproducibility

Prompt layering

Thinking toggle

Visible for Ollama models whose capabilities include thinking. It sets the think parameter on the chat request and is ignored by OpenAI-compatible providers. The default for new chats comes from Settings → Features → Thinking.

Low VRAM toggle

Ollama-only. Forces smaller batches and a leaner KV cache — useful when you are tight on GPU memory. The per-chat toggle is overridden if Settings → Features → Low VRAM mode is enabled globally; in that case the panel shows the toggle pinned and disabled with a pointer back to the global setting. See Low VRAM mode.

Per-chat system prompt

The textarea at the bottom of the Simple view sets a system prompt for this chat only. It overrides any global custom instructions and Space-level instructions for the chat it lives in.