Skip to content

Commit 7c29d8f

Browse files
Aitomatesclaude
andcommitted
docs(config): add .gemini-refiner.example.json for local Ollama configuration
Documents the semantic block fields for wiring LocalOpenAiProvider to Ollama (port 11434) or LM Studio. Active config goes in .gemini-refiner.json which is gitignored. Example shows gemma3 models with 120s timeout for local use. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a09fda7 commit 7c29d8f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"_comment_usage": "Copy this file to .gemini-refiner.json and fill in your values. This file is safe to commit.",
3+
"_comment_fields": "All fields are optional. Omit a section to use built-in defaults.",
4+
"semantic": {
5+
"_comment": "Configure the local OpenAI-compatible provider (Ollama, LM Studio, etc.)",
6+
"localEnabled": true,
7+
"baseUrl": "http://localhost:11434/v1",
8+
"models": ["gemma3:12b", "gemma3"],
9+
"mcpSamplingEnabled": true,
10+
"timeoutMs": 120000,
11+
"temperature": 0.2
12+
}
13+
}

0 commit comments

Comments
 (0)