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 47e9b85 commit 2f361a8Copy full SHA for 2f361a8
examples/nodejs/examples/workflows/workflows.ts
@@ -11,8 +11,9 @@ async function main() {
11
const result = await step({
12
id: 'sumamrize',
13
run: async () => {
14
- return langbase.pipes.run({
15
- name: 'summarize',
+ return langbase.llm.run({
+ model: 'openai:gpt-4o-mini',
16
+ llmKey: process.env.OPENAI_API_KEY!,
17
messages: [
18
{
19
role: 'system',
0 commit comments