We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9eeeb commit 09b3cd4Copy full SHA for 09b3cd4
src/streaming.ts
@@ -3,7 +3,7 @@ import { OpenAIError } from './error';
3
4
import { APIError } from 'openai/error';
5
6
-export type Bytes = string | ArrayBuffer | Uint8Array | Buffer | null | undefined;
+type Bytes = string | ArrayBuffer | Uint8Array | Buffer | null | undefined;
7
8
export type ServerSentEvent = {
9
event: string | null;
0 commit comments