Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "langbase", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -38,3 +38,3 @@ # Langbase SDK | ||
- [Node: Stream Text](https://github.com/LangbaseInc/langbase-sdk/blob/main/examples/everything/stream-text.ts) | ||
- [Next.js Example)](https://github.com/LangbaseInc/langbase-sdk/tree/main/examples/nextjs) | ||
- [Next.js Example](https://github.com/LangbaseInc/langbase-sdk/tree/main/examples/nextjs) | ||
- TypeScript code | ||
@@ -55,2 +55,4 @@ - [React component](https://github.com/LangbaseInc/langbase-sdk/tree/main/examples/nextjs/components/langbase) to display the response | ||
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!, | ||
@@ -57,0 +59,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120952
87