mirror of
https://github.com/taigrr/elevenlabs.git
synced 2026-04-02 03:08:57 -07:00
s/speeh/speech (#11)
This commit is contained in:
@@ -17,7 +17,7 @@ func main() {
|
||||
filePath := os.Args[1]
|
||||
|
||||
resp, err := client.ConvertSpeechToText(ctx, filePath, types.SpeechToTextRequest{
|
||||
ModelID: types.SpeehToTextModelScribeV1,
|
||||
ModelID: types.SpeechToTextModelScribeV1,
|
||||
TimestampsGranularity: types.TimestampsGranularityWord,
|
||||
Diarize: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user