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 f8a6c87 commit b4b65bfCopy full SHA for b4b65bf
lua/gp/config.lua
@@ -196,6 +196,19 @@ local config = {
196
-- system prompt (use this to specify the persona/role of the AI)
197
system_prompt = "You are a general AI assistant.",
198
},
199
+ {
200
+ provider = "ollama",
201
+ name = "ChatQwen3-8B",
202
+ chat = true,
203
+ command = false,
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
208
+ },
209
+ -- system prompt (use this to specify the persona/role of the AI)
210
+ system_prompt = "You are a general AI assistant.",
211
212
{
213
provider = "lmstudio",
214
name = "ChatLMStudio",
0 commit comments