Theme variables for Ollama AI settings
Configuration for the Ollama provider. This group contains all Ollama-related theme variables.
$gbc-ai-rewrite-ollama-instructions
Base instructions for Ollama AI rewrite (used as system/prompt preamble). Use {{BR}} to insert a line break in the prompt.
Type: string
Default value: $gbc-ai-rewrite-instructions
Computed value: "Rewrite the text to improve clarity and grammar while preserving meaning.{{BR}}Keep the same language as the input.{{BR}}Output plain text only (no markdown).{{BR}}Do not add new facts.{{BR}}Do not rewrite or repeat the CONTEXT section.{{BR}}CONTEXT format is: title(desc)=value (one per line).{{BR}}If the text conflicts with CONTEXT, prefer CONTEXT for those values."
$gbc-ai-rewrite-ollama-input-template
Template used to build the rewrite input. {{BR}} inserts a line break. Available placeholders: {{context}}, {{tone}}, {{length}}, {{text}}.
Type: string
Default value: $gbc-ai-rewrite-input-template
Computed value: "CONTEXT (source of truth, use only if relevant):{{BR}}{{context}}{{BR}}{{BR}}CONSTRAINTS:{{BR}}{{tone}}{{BR}}{{length}}{{BR}}{{BR}}TEXT:{{BR}}{{text}}"