Skip to content

Commit 694338d

Browse files
committed
🐛 FIX: Lingo
1 parent a7c4b8d commit 694338d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/langbase/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ console.log('STREAM-OFF: generateText()');
5151

5252
// 1. Initiate the Pipe.
5353
const pipe = new Pipe({
54+
// Make sure you have a .env file with any pipe you wanna use.
55+
// As a demo we're using a pipe that has less wordy responses.
5456
apiKey: process.env.PIPE_LESS_WORDY!,
5557
});
5658

0 commit comments

Comments
 (0)