Skip to content

Commit c80963d

Browse files
committed
👌 IMPROVE: llmKey -> apiKey
1 parent 2f361a8 commit c80963d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/nodejs/examples/workflows/workflows.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async function main() {
1313
run: async () => {
1414
return langbase.llm.run({
1515
model: 'openai:gpt-4o-mini',
16-
llmKey: process.env.OPENAI_API_KEY!,
16+
apiKey: process.env.OPENAI_API_KEY!,
1717
messages: [
1818
{
1919
role: 'system',

0 commit comments

Comments
 (0)