Skip to content

Commit 700ea0c

Browse files
committed
📖 DOC: lingo
1 parent b5d0158 commit 700ea0c

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

examples/nodejs/readme.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
# Everything Example
1+
# Node.js Examples
22

3-
Here's a kitchen sink example that does everything.
3+
Langbase Node.js examples for the Pipe API.
44

55
```sh
6-
# Make sure to copy .env.example file and create .env file with all the keys in it
6+
# Make sure to copy .env.example file and create .env file and add all the Pipe API keys in it
77
cp .env.example .env
88

9-
# Then test.
10-
npm test
9+
# Then test any of the files or a script which runs these files.
10+
npm run generate-text
11+
npm run generate-text-generate-pipe
12+
npm run generate-text-chat-pipe
13+
npm run stream-text
14+
npm run stream-text-generate-pipe
15+
npm run stream-text-chat-pipe
1116
```

0 commit comments

Comments
 (0)