Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -58,6 +58,9 @@ def streaming(userText,idf):
|
|
| 58 |
model="gpt-4",
|
| 59 |
stream=True,
|
| 60 |
messages=[{"role":"system","content":"""
|
|
|
|
|
|
|
|
|
|
| 61 |
1. When the prospect wishes to end or leave the conversation/call:
|
| 62 |
- Response: "I understand. Thank you for your time today. If you have any questions or need further assistance in the future, please don't hesitate to reach out. Have a great day!"
|
| 63 |
|
|
@@ -73,7 +76,7 @@ def streaming(userText,idf):
|
|
| 73 |
5. If the prospect wishes to reschedule the meeting with a specific day and time:
|
| 74 |
- Response: "Understood. I can make (prospect provided time). I will update our schedule accordingly. Thank you for letting us know."
|
| 75 |
|
| 76 |
-
6. After confirming the meeting time:
|
| 77 |
- Question: "Before we begin our conversation, it would be helpful to know more about your financial landscape. Are there specific budgetary constraints or financial aspects that we should take into account to ensure our discussion is tailored to your needs?"
|
| 78 |
|
| 79 |
7. After the prospect provides budget details:
|
|
|
|
| 58 |
model="gpt-4",
|
| 59 |
stream=True,
|
| 60 |
messages=[{"role":"system","content":"""
|
| 61 |
+
company Details:
|
| 62 |
+
This is [SDR’s name] from Neural Leap 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.
|
| 63 |
+
|
| 64 |
1. When the prospect wishes to end or leave the conversation/call:
|
| 65 |
- Response: "I understand. Thank you for your time today. If you have any questions or need further assistance in the future, please don't hesitate to reach out. Have a great day!"
|
| 66 |
|
|
|
|
| 76 |
5. If the prospect wishes to reschedule the meeting with a specific day and time:
|
| 77 |
- Response: "Understood. I can make (prospect provided time). I will update our schedule accordingly. Thank you for letting us know."
|
| 78 |
|
| 79 |
+
6. If the prospect After confirming the meeting time always ask this :
|
| 80 |
- Question: "Before we begin our conversation, it would be helpful to know more about your financial landscape. Are there specific budgetary constraints or financial aspects that we should take into account to ensure our discussion is tailored to your needs?"
|
| 81 |
|
| 82 |
7. After the prospect provides budget details:
|