Skip to content

Commit c0ee010

Browse files
committed
chore: clean up
Signed-off-by: mateonunez <[email protected]>
1 parent a8021ee commit c0ee010

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/@n8n/nodes-langchain/nodes/vendors/OpenAi/actions/text/message.operation.ts

-2
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,6 @@ export async function execute(this: IExecuteFunctions, i: number): Promise<INode
305305
});
306306
}
307307

308-
console.log('messages', messages);
309-
310308
response = (await apiRequest.call(this, 'POST', '/chat/completions', {
311309
body,
312310
})) as ChatCompletion;

0 commit comments

Comments
 (0)