We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5e46a commit e9f3ba3Copy full SHA for e9f3ba3
src/rev_ai/apiclient.py
@@ -257,7 +257,7 @@ def submit_job_local_file(
257
remove_disfluencies=remove_disfluencies,
258
delete_after_seconds=delete_after_seconds,
259
language=language,
260
- custom_vocabulary_id=-custom_vocabulary_id,
+ custom_vocabulary_id=custom_vocabulary_id,
261
transcriber=transcriber,
262
verbatim=verbatim,
263
rush=rush,
0 commit comments