From 4ff14366ab61e0af965eec20e0dcc80faf3809f1 Mon Sep 17 00:00:00 2001 From: huijiro Date: Tue, 9 Sep 2025 13:30:41 -0300 Subject: [PATCH] Fixes templating issues with groq --- nodejs/templates.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nodejs/templates.yaml b/nodejs/templates.yaml index f36d778..1fa09df 100644 --- a/nodejs/templates.yaml +++ b/nodejs/templates.yaml @@ -77,10 +77,11 @@ - name: "Vercel AI SDK + Groq" description: "Vercel AI SDK is a TypeScript SDK for building AI powered applications. This template adds the Groq provider." steps: - - command: bun + - command: npm args: - - add - - --silent + - install + - --no-fund + - --no-audit - ai - "@ai-sdk/groq" - action: create_file