openai-streams
Advanced tools
Comparing version 1.0.22-canary.10 to 1.0.22-canary.11
@@ -8,2 +8,2 @@ import { OpenAINodeClient } from "../types"; | ||
*/ | ||
export declare const OpenAINode: OpenAINodeClient; | ||
export declare const OpenAI: OpenAINodeClient; |
@@ -1,1 +0,1 @@ | ||
import{Readable as m}from"stream";import{yieldStream as n}from"yield-stream";import{OpenAI as a}from"./edge.js";const l=async(e,o,r)=>{const t=await a(e,o,r);return m.from(n(t))};export{l as OpenAINode}; | ||
import{Readable as n}from"stream";import{yieldStream as m}from"yield-stream";import{OpenAI as a}from"./edge.js";const I=async(e,o,r)=>{const t=await a(e,o,r);return n.from(m(t))};export{I as OpenAI}; |
{ | ||
"name": "openai-streams", | ||
"description": "Tools for working with OpenAI streams in Node.js and TypeScript.", | ||
"version": "1.0.22-canary.10", | ||
"version": "1.0.22-canary.11", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "type": "module", |
64739