File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -40,16 +40,15 @@ Check our [SDK documentation](https://langbase.com/docs/sdk) for more details.
4040
4141Check the following examples:
4242
43- - [ Node: Generate Text] ( https://github.com/LangbaseInc/langbase-sdk/blob/main/examples/nodejs/examples/pipes/pipe.run.ts )
44- - [ Node: Stream Text] ( https://github.com/LangbaseInc/langbase-sdk/blob/main/examples/nodejs/examples/pipes/pipe.run.stream.ts )
45- - [ Next.js Example] ( https://github.com/LangbaseInc/langbase-sdk/tree/main/examples/nextjs )
46- - TypeScript code
47- - [ React component] ( https://github.com/LangbaseInc/langbase-sdk/tree/main/examples/nextjs/components/langbase ) to display the response
48- - [ API Route handlers] ( https://github.com/LangbaseInc/langbase-sdk/tree/main/examples/nextjs/app/api/ langbase/pipe ) to send requests to ⌘ Langbase
43+ - [ Node: Generate Text] ( https://github.com/LangbaseInc/langbase-sdk/blob/main/examples/nodejs/examples/pipes/pipe.run.ts )
44+ - [ Node: Stream Text] ( https://github.com/LangbaseInc/langbase-sdk/blob/main/examples/nodejs/examples/pipes/pipe.run.stream.ts )
45+ - [ Next.js Example] ( https://github.com/LangbaseInc/langbase-sdk/tree/main/examples/nextjs )
46+ - TypeScript code
47+ - [ React component] ( https://github.com/LangbaseInc/langbase-sdk/tree/main/examples/nextjs/components/langbase ) to display the response
48+ - [ API Route handlers] ( https://github.com/LangbaseInc/langbase-sdk/tree/main/examples/nextjs/app/langbase/pipe/run ) to send requests to ⌘ Langbase
4949
5050### Node.js Example Code
5151
52-
5352## Node.js Examples
5453
5554### Add a ` .env ` file with your LANGBASE API key
You can’t perform that action at this time.
0 commit comments