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

Function postTextToSpeech

ui/src/api/system-resource-management/application.ts:207–209  ·  view source on GitHub ↗
(application_id, data, loading)

Source from the content-addressed store, hash-verified

205 data: any,
206 loading?: Ref<boolean>,
207) => Promise<Result<any>> = (application_id, data, loading) => {
208 return download(`${prefix}/${application_id}/text_to_speech`, 'post', data, undefined, loading)
209}
210/**
211 * 语音转文本
212 */

Callers

nothing calls this directly

Calls 1

downloadFunction · 0.90

Tested by

no test coverage detected