GattoNero commited on
Commit
545800b
·
verified ·
1 Parent(s): a43931d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ class BasicAgent:
141
  f"Now, based on this transcription, answer the following question:\n"
142
  f"{question}"
143
  )
144
- risposta = self._ask_gpt4o(prompt_con_audio)
145
  else:
146
  risposta = "Error loading audio file"
147
 
 
141
  f"Now, based on this transcription, answer the following question:\n"
142
  f"{question}"
143
  )
144
+ risposta = "cornstarch, freshly squeezed lemon juice, granulated sugar, pure vanilla extract, ripe strawberries"#self._ask_gpt4o(prompt_con_audio)
145
  else:
146
  risposta = "Error loading audio file"
147