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 b5d0158 commit 700ea0cCopy full SHA for 700ea0c
examples/nodejs/readme.md
@@ -1,11 +1,16 @@
1
-# Everything Example
+# Node.js Examples
2
3
-Here's a kitchen sink example that does everything.
+Langbase Node.js examples for the Pipe API.
4
5
```sh
6
-# Make sure to copy .env.example file and create .env file with all the keys in it
+# Make sure to copy .env.example file and create .env file and add all the Pipe API keys in it
7
cp .env.example .env
8
9
-# Then test.
10
-npm test
+# Then test any of the files or a script which runs these files.
+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
16
```
0 commit comments