We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7a7c6 commit 21a67d7Copy full SHA for 21a67d7
docs/get-started.md
@@ -89,7 +89,7 @@ Node.js 18 or later.
89
async (subject) => {
90
const llmResponse = await generate({
91
prompt: `Suggest an item for the menu of a {subject} themed restaurant`,
92
- model: $GENKIT_MODEL,
+ model: geminiPro,
93
config: {
94
temperature: 1,
95
},
0 commit comments