Skip to content

Commit 599fc33

Browse files
committed
chore(config): update model names in configuration
1 parent 2a79b79 commit 599fc33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/plugins/gp-nvim.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ return {
140140
disable = false,
141141
chat = true,
142142
command = true,
143-
model = { model = "qwen-turbo-1101" },
143+
model = { model = "qwen-turbo-latest" },
144144
system_prompt = "Your name is Qwen-turbo , you are my assistant. Now answer my questions",
145145
},
146146
{
@@ -149,7 +149,7 @@ return {
149149
disable = false,
150150
chat = true,
151151
command = true,
152-
model = { model = "qwq-32b-preview" },
152+
model = { model = "qwen3-235b-a22b" },
153153
system_prompt = "You are a powerful assistant. Now answer my questions",
154154
},
155155
{
@@ -167,7 +167,7 @@ return {
167167
disable = false,
168168
chat = true,
169169
command = true,
170-
model = { model = "qwen-max-latest" },
170+
model = { model = "qwen3-30b-a3b" },
171171
system_prompt = "Your name is Qwen-Max , you are my assistant. Now answer my questions",
172172
},
173173
{

0 commit comments

Comments
 (0)