Skip to content

API request for pre-recorded runs endlessly #140

Closed Answered by ks233ever
ks233ever asked this question in General help
Discussion options

You must be logged in to vote

hey all - the issue was you have to include model and tier into the options you pass api

so {'summarize':True, 'detect_entities':True, 'utterances':True} won't work

had to do { "punctuate": True, "model": "general", "tier": "nova", "language": "en-US", 'summarize':True, 'utterances':True }

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ks233ever
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ks233ever
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants