openai-streams
Advanced tools
Comparing version 5.1.0 to 5.1.1
{ | ||
"name": "openai-streams", | ||
"description": "Tools for working with OpenAI streams in Node.js and TypeScript.", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"license": "MIT", | ||
@@ -56,3 +56,3 @@ "type": "module", | ||
], | ||
"homepage": "https://github.com/gptlabs/openai-streams" | ||
"homepage": "https://github.com/SpellcraftAI/openai-streams" | ||
} |
# OpenAI Streams | ||
[**Github**](https://github.com/gptlabs/openai-streams) | | ||
[**Github**](https://github.com/SpellcraftAI/openai-streams) | | ||
[**NPM**](https://npmjs.com/package/openai-streams) | | ||
@@ -126,5 +126,5 @@ [**Docs**](https://openai-streams.vercel.app) | ||
<sub>See the example in | ||
[`example/src/pages/api/hello.ts`](https://github.com/gptlabs/openai-streams/blob/master/src/pages/api/hello.ts).</sub> | ||
[`example/src/pages/api/hello.ts`](https://github.com/SpellcraftAI/openai-streams/blob/master/src/pages/api/hello.ts).</sub> | ||
<sub>See also | ||
[`src/pages/api/demo.ts`](https://github.com/gptlabs/nextjs-openai/blob/master/src/pages/api/demo.ts) | ||
[`src/pages/api/demo.ts`](https://github.com/SpellcraftAI/nextjs-openai/blob/master/src/pages/api/demo.ts) | ||
in `nextjs-openai`.</sub> | ||
@@ -131,0 +131,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
75968