Add tongyi tts&tts function optimization (#2177)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM> Co-authored-by: crazywoola <427733928@qq.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
parent
a96cae4f44
commit
ac4bb5c35f
11 changed files with 278 additions and 108 deletions
|
|
@ -495,7 +495,7 @@ The text generation application offers non-session support and is ideal for tran
|
|||
/>
|
||||
<Row>
|
||||
<Col>
|
||||
Text to speech, only supports openai model.
|
||||
Text to speech.
|
||||
|
||||
### Request Body
|
||||
|
||||
|
|
|
|||
|
|
@ -458,7 +458,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
|
|||
/>
|
||||
<Row>
|
||||
<Col>
|
||||
文字转语音,仅支持 openai 模型。
|
||||
文字转语音。
|
||||
|
||||
### Request Body
|
||||
|
||||
|
|
|
|||
|
|
@ -845,7 +845,7 @@ Chat applications support session persistence, allowing previous chat history to
|
|||
/>
|
||||
<Row>
|
||||
<Col>
|
||||
Text to speech, only supports openai model.
|
||||
Text to speech.
|
||||
|
||||
### Request Body
|
||||
|
||||
|
|
|
|||
|
|
@ -917,7 +917,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
|
|||
/>
|
||||
<Row>
|
||||
<Col>
|
||||
文字转语音,仅支持 openai 模型。
|
||||
文字转语音。
|
||||
|
||||
### Request Body
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue