mirror of
https://github.com/vitalityAI/therapist.git
synced 2025-04-06 04:50:16 -04:00
fix: removed name ask from inital prompt
This commit is contained in:
parent
42a1fc1646
commit
85c532ae33
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user