@@ -157,7 +157,7 @@ local config = {
157
157
chat = true ,
158
158
command = false ,
159
159
-- string with model name or table with model name and parameters
160
- model = { model = " claude-3-5-sonnet-20240620 " , temperature = 0.8 , top_p = 1 },
160
+ model = { model = " claude-3-5-sonnet-latest " , temperature = 0.8 , top_p = 1 },
161
161
-- system prompt (use this to specify the persona/role of the AI)
162
162
system_prompt = require (" gp.defaults" ).chat_system_prompt ,
163
163
},
@@ -167,7 +167,7 @@ local config = {
167
167
chat = true ,
168
168
command = false ,
169
169
-- string with model name or table with model name and parameters
170
- model = { model = " claude-3-haiku-20240307 " , temperature = 0.8 , top_p = 1 },
170
+ model = { model = " claude-3-haiku-latest " , temperature = 0.8 , top_p = 1 },
171
171
-- system prompt (use this to specify the persona/role of the AI)
172
172
system_prompt = require (" gp.defaults" ).chat_system_prompt ,
173
173
},
@@ -255,7 +255,7 @@ local config = {
255
255
chat = false ,
256
256
command = true ,
257
257
-- string with model name or table with model name and parameters
258
- model = { model = " claude-3-5-sonnet-20240620 " , temperature = 0.8 , top_p = 1 },
258
+ model = { model = " claude-3-5-sonnet-latest " , temperature = 0.8 , top_p = 1 },
259
259
system_prompt = require (" gp.defaults" ).code_system_prompt ,
260
260
},
261
261
{
@@ -264,7 +264,7 @@ local config = {
264
264
chat = false ,
265
265
command = true ,
266
266
-- string with model name or table with model name and parameters
267
- model = { model = " claude-3-haiku-20240307 " , temperature = 0.8 , top_p = 1 },
267
+ model = { model = " claude-3-haiku-latest " , temperature = 0.8 , top_p = 1 },
268
268
system_prompt = require (" gp.defaults" ).code_system_prompt ,
269
269
},
270
270
{
0 commit comments