openai-streams
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "openai-streams", | ||
"description": "Tools for working with OpenAI streams in Node.js and TypeScript.", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "type": "module", |
@@ -12,4 +12,4 @@ # OpenAI Streams | ||
- Auto-loads `OPENAI_API_KEY` from `process.env`. | ||
- Uses the same function for all endpoints, and switches the type based on the | ||
`OpenAI(endpoint, ...)` signature. | ||
- One single function with inferred parameter type based on the endpoint you | ||
provide. | ||
@@ -16,0 +16,0 @@ ### Installation |
64811