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 2ee4d75 commit 4ff1f56Copy full SHA for 4ff1f56
1 file changed
examples/nodejs/agent/agent.run.mcp.ts
@@ -16,7 +16,7 @@ async function main() {
16
},
17
],
18
model: 'openai:gpt-4.1-mini',
19
- apiKey: process.env.LLM_API_KEY!,
+ apiKey: process.env.OPENAI_API_KEY!,
20
instructions:
21
'You are a helpful assistant that help users summarize text.',
22
input: [
0 commit comments