We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7933b33 commit 2bc73d7Copy full SHA for 2bc73d7
lua/gp/config.lua
@@ -204,7 +204,7 @@ local config = {
204
-- string with model name or table with model name and parameters
205
model = {
206
model = "qwen3:8b",
207
- think = false, -- toggle thinking in ollama's "thinkings" models
+ think = false, -- toggle thinking mode for Ollama's thinking models
208
},
209
-- system prompt (use this to specify the persona/role of the AI)
210
system_prompt = "You are a general AI assistant.",
0 commit comments