You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`reasoning` set, regardless of `json_mode`| Adds `think: true` and `format: "json"`. |
293
293
294
+
Recommended Ollama setup for Gemma 4:
295
+
296
+
```ini
297
+
key=ollama
298
+
api=http://localhost:11434/api/chat
299
+
model=gemma4:latest
300
+
json_mode=true
301
+
reasoning=true
302
+
temp=0.1
303
+
tokens=500
304
+
```
305
+
306
+
The `key` value only needs to be non-empty for local Ollama. Set `reasoning=true` to send Ollama `think: true`; set `json_mode=true` to request parseable JSON with `format: "json"`.
307
+
294
308
Provider notes:
295
309
296
310
- OpenAI-compatible and Anthropic endpoints send the configured `model` directly in the request body.
0 commit comments