Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eder0782
/
localAi
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
localAi
/
core
/
schema
/
elevenlabs.go
eder0782
inicio
7def60a
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
145 Bytes
package
schema
type
ElevenLabsTTSRequest
struct
{
Text
string
`json:"text" yaml:"text"`
ModelID
string
`json:"model_id" yaml:"model_id"`
}