fix: removed name ask from inital prompt

This commit is contained in:
Rushil Umaretiya 2023-03-05 02:13:09 -05:00
parent 42a1fc1646
commit 85c532ae33

View File

@ -41,9 +41,7 @@ app.post("/receive", async (req, res) => {
model: "experimental_conversations",
});
gather.say(
"Welcome to the suicide hotline. Tell me your name and what's going on?."
);
gather.say("Welcome to the suicide hotline. Tell me what's going on?.");
log.info(twiml.toString());