Skip to content

Commit 9bc82be

Browse files
committed
Switch GROQ model to openai/gpt-oss-120b
1 parent a6b8ab2 commit 9bc82be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/lib/groq-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ export function getGroqClient(): Groq | null {
1717
return groqClient;
1818
}
1919

20-
export const GROQ_MODEL = "meta-llama/llama-4-maverick-17b-128e-instruct";
20+
export const GROQ_MODEL = "openai/gpt-oss-120b";

0 commit comments

Comments
 (0)