We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c4b8d commit 694338dCopy full SHA for 694338d
1 file changed
packages/langbase/readme.md
@@ -51,6 +51,8 @@ console.log('STREAM-OFF: generateText()');
51
52
// 1. Initiate the Pipe.
53
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.
56
apiKey: process.env.PIPE_LESS_WORDY!,
57
});
58
0 commit comments