Skip to content

Commit

Permalink
🐛 FIX: Lingo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Jul 27, 2024
1 parent a7c4b8d commit 694338d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/langbase/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ console.log('STREAM-OFF: generateText()');

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

Expand Down

0 comments on commit 694338d

Please sign in to comment.