yasserrmd commited on
Commit
3a8b599
1 Parent(s): c6c749c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,