diff --git a/docs/get-started.md b/docs/get-started.md index c138e1708b..9a0f6e41be 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -89,7 +89,7 @@ Node.js 18 or later. async (subject) => { const llmResponse = await generate({ prompt: `Suggest an item for the menu of a {subject} themed restaurant`, - model: $GENKIT_MODEL, + model: geminiPro, config: { temperature: 1, },