(apiKey, model, params, singleRequestOptions)
| 79565 | }).catch((e3) => { |
| 79566 | if (e3.message !== SILENT_ERROR) { |
| 79567 | console.error(e3); |
| 79568 | } |
| 79569 | }); |
| 79570 | return streamPromise; |
| 79571 | } |
| 79572 | }; |
| 79573 | async function countTokens(apiKey, model, params, singleRequestOptions) { |
no test coverage detected