atlury commited on
Commit
50468cb
·
verified ·
1 Parent(s): a483b2a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -233,7 +233,7 @@
233
  const transcription = await sttPipeline(audio);
234
  addLog(`User: ${transcription.text}`);
235
 
236
- const botResponse = `I heard you say: "${transcription.text}". This is a placeholder response.`;
237
  addLog(`Bot: ${botResponse}`);
238
 
239
  const speechOutput = await ttsPipeline(botResponse);
 
233
  const transcription = await sttPipeline(audio);
234
  addLog(`User: ${transcription.text}`);
235
 
236
+ const botResponse = `I heard you say: "${transcription.text}".`;
237
  addLog(`Bot: ${botResponse}`);
238
 
239
  const speechOutput = await ttsPipeline(botResponse);