Spaces:
Running
Running
Update app.py
Browse files
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 |
|