s/speeh/speech (#11)

This commit is contained in:
Jose Ramirez
2025-03-04 00:20:55 -08:00
committed by GitHub
parent 77d17e20fb
commit 29fa401714
2 changed files with 4 additions and 4 deletions

View File

@@ -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,
})