Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ async def transcribe_audio(file: UploadFile = File(...)):
|
|
88 |
},
|
89 |
{
|
90 |
"role": "user",
|
91 |
-
"content": "conver the paramedic statement to json " + transcription.text
|
92 |
}
|
93 |
],
|
94 |
temperature=0.4,
|
|
|
88 |
},
|
89 |
{
|
90 |
"role": "user",
|
91 |
+
"content": "conver the paramedic statement to json and no need to mention 'not specified in the statement' " + transcription.text
|
92 |
}
|
93 |
],
|
94 |
temperature=0.4,
|