mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
7 lines
151 B
Go
7 lines
151 B
Go
|
package schema
|
||
|
|
||
|
type ElevenLabsTTSRequest struct {
|
||
|
Text string `json:"text" yaml:"text"`
|
||
|
ModelID string `json:"model_id" yaml:"model_id"`
|
||
|
}
|