Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit f8763d8

Browse files
committed
fix default providers
1 parent dc0b07b commit f8763d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/webview/default-providers.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const providers: TwinnyProvider[] = [
6464
label: "providers-openai-name",
6565
logo: <SvgOpenAI />,
6666
id: "openai-default",
67-
modelName: "gpt-4o",
67+
modelName: "gpt-4.1",
6868
provider: API_PROVIDERS.OpenAI,
6969
type: "chat"
7070
},
@@ -90,7 +90,7 @@ const providers: TwinnyProvider[] = [
9090
label: "providers-groq-name",
9191
logo: <SvgGroq />,
9292
id: "groq-default",
93-
modelName: "llama2-70b-4096",
93+
modelName: "llama-3.3-70b-versatile",
9494
provider: API_PROVIDERS.Groq,
9595
type: "chat"
9696
},

0 commit comments

Comments
 (0)