custom_prompt
input parameter to your transcription request.
Custom input parameters
In this example, we’ll use a Python script to transcribe an audio file and tell it to use thecustom_prompt
input
parameter to extract quotes from the transcription. We’ll use the following input parameters:
Python script
We’ll use it in the following Python script:llm_result
field of the response. We’re then printing the result of this field to the console. It’ll
look something like this once it finishes:
Output
llm_prompt
only views the “text”
field response from the transcription completion, and so currently is unable to see the timestamps of the quotes.