Skip to content

Commit 4ff1f56

Browse files
committed
👌 IMPROVE: Review by SI
1 parent 2ee4d75 commit 4ff1f56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/nodejs/agent/agent.run.mcp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async function main() {
1616
},
1717
],
1818
model: 'openai:gpt-4.1-mini',
19-
apiKey: process.env.LLM_API_KEY!,
19+
apiKey: process.env.OPENAI_API_KEY!,
2020
instructions:
2121
'You are a helpful assistant that help users summarize text.',
2222
input: [

0 commit comments

Comments
 (0)