MCPcopy
hub / github.com/1Panel-dev/MaxKB / postTextToSpeech

Function postTextToSpeech

ui/src/api/application/application.ts:361–369  ·  view source on GitHub ↗
(application_id, data, loading)

Source from the content-addressed store, hash-verified

359 data: any,
360 loading?: Ref<boolean>,
361) => Promise<Result<any>> = (application_id, data, loading) => {
362 return download(
363 `${prefix.value}/${application_id}/text_to_speech`,
364 'post',
365 data,
366 undefined,
367 loading,
368 )
369}
370/**
371 * 语音转文本
372 */

Callers

nothing calls this directly

Calls 1

downloadFunction · 0.90

Tested by

no test coverage detected