Arafath10 commited on
Commit
2c2b474
·
verified ·
1 Parent(s): 6fe72b2

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -0
main.py CHANGED
@@ -22,6 +22,7 @@ def streaming(userText,idf):
22
  if str(idf) == "2" and str(userText.split("Prospect:")[-1]).lower() == " no":
23
  remaind_msg = "That's alright. We provide AI engineering as a service. We work with some top startups and Fortune 500 companies to develop custom AI models for their business. Does that ring a bell now?"
24
  yield remaind_msg
 
25
 
26
  if str(idf) == "2" and (
27
  "remind" in str(userText.split("Prospect:")[-1]).lower() or
@@ -31,6 +32,7 @@ def streaming(userText,idf):
31
  remaind_msg = "That's alright. We provide AI engineering as a service. We work with some top startups and Fortune 500 companies to develop custom AI models for their business. Does that ring a bell now?"
32
 
33
  yield remaind_msg
 
34
 
35
  dec = ""
36
  yest = "This is [SDR’s name] with Neural Leap. I saw you schedule a call with us for [Insert day and time] to learn more about our A.I. engineering services. Does that ring a bell?"
 
22
  if str(idf) == "2" and str(userText.split("Prospect:")[-1]).lower() == " no":
23
  remaind_msg = "That's alright. We provide AI engineering as a service. We work with some top startups and Fortune 500 companies to develop custom AI models for their business. Does that ring a bell now?"
24
  yield remaind_msg
25
+ return ""
26
 
27
  if str(idf) == "2" and (
28
  "remind" in str(userText.split("Prospect:")[-1]).lower() or
 
32
  remaind_msg = "That's alright. We provide AI engineering as a service. We work with some top startups and Fortune 500 companies to develop custom AI models for their business. Does that ring a bell now?"
33
 
34
  yield remaind_msg
35
+ return ""
36
 
37
  dec = ""
38
  yest = "This is [SDR’s name] with Neural Leap. I saw you schedule a call with us for [Insert day and time] to learn more about our A.I. engineering services. Does that ring a bell?"