mskov commited on
Commit
4f77eb4
·
1 Parent(s): 6da1c0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def inference(audio, latest):
57
  if transcript != None:
58
  latest.append(transcript)
59
 
60
- text = prompt + transcript + "\nPrediction: "
61
 
62
  response = openai.Completion.create(
63
  model="text-davinci-003",
 
57
  if transcript != None:
58
  latest.append(transcript)
59
 
60
+ text = EXAMPLE_PROMPT + transcript + "\nPrediction: "
61
 
62
  response = openai.Completion.create(
63
  model="text-davinci-003",