Skip to content

Commit 2bc73d7

Browse files
committed
clarify comment
1 parent 7933b33 commit 2bc73d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/gp/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ local config = {
204204
-- string with model name or table with model name and parameters
205205
model = {
206206
model = "qwen3:8b",
207-
think = false, -- toggle thinking in ollama's "thinkings" models
207+
think = false, -- toggle thinking mode for Ollama's thinking models
208208
},
209209
-- system prompt (use this to specify the persona/role of the AI)
210210
system_prompt = "You are a general AI assistant.",

0 commit comments

Comments
 (0)