(client, params, options)
| 82435 | * Note that messages sent to the model do not appear in `.on('message')` |
| 82436 | * in this context. |
| 82437 | */ |
| 82438 | static fromReadableStream(stream4) { |
| 82439 | const runner = new _ChatCompletionStream(null); |
| 82440 | runner._run(() => runner._fromReadableStream(stream4)); |
| 82441 | return runner; |
| 82442 | } |
| 82443 | static createChatCompletion(client, params, options) { |
| 82444 | const runner = new _ChatCompletionStream(params); |
no test coverage detected