Skip to content

Commit 21a67d7

Browse files
authored
Replace template variable with actual model name (#129)
1 parent 0d7a7c6 commit 21a67d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Node.js 18 or later.
8989
async (subject) => {
9090
const llmResponse = await generate({
9191
prompt: `Suggest an item for the menu of a {subject} themed restaurant`,
92-
model: $GENKIT_MODEL,
92+
model: geminiPro,
9393
config: {
9494
temperature: 1,
9595
},

0 commit comments

Comments
 (0)