AI_botter/node_modules/openai/resources/audio/speech.mjs

13 lines
421 B
JavaScript
Raw Normal View History

2024-05-01 02:46:10 +01:00
// File generated from our OpenAPI spec by Stainless.
import { APIResource } from 'openai/resource';
export class Speech extends APIResource {
/**
* Generates audio from the input text.
*/
create(body, options) {
return this._client.post('/audio/speech', { body, ...options, __binaryResponse: true });
}
}
(function (Speech) {
})(Speech || (Speech = {}));
//# sourceMappingURL=speech.mjs.map