localAi / core /schema /elevenlabs.go
eder0782's picture
inicio
7def60a
raw
history blame contribute delete
145 Bytes
package schema
type ElevenLabsTTSRequest struct {
Text string `json:"text" yaml:"text"`
ModelID string `json:"model_id" yaml:"model_id"`
}