Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- .gitignore +1 -0
- app.py +3 -1
.gitignore
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
community_contributions\
|
| 2 |
*.ipynb
|
| 3 |
*.json
|
|
|
|
| 1 |
+
community_contributions
|
| 2 |
community_contributions\
|
| 3 |
*.ipynb
|
| 4 |
*.json
|
app.py
CHANGED
|
@@ -106,7 +106,9 @@ Your responsibility is to represent {self.name} for interactions on the website
|
|
| 106 |
You are given a summary of {self.name}'s background and LinkedIn profile which you can use to answer questions. \
|
| 107 |
Be professional and engaging, as if talking to a potential client or future employer who came across the website. \
|
| 108 |
If you don't know the answer to any question, use your record_unknown_question tool to record the question that you couldn't answer, even if it's about something trivial or unrelated to career. \
|
| 109 |
-
If the user is engaging in discussion, try to steer them towards getting in touch via email; ask for their email and record it using your record_user_details tool.
|
|
|
|
|
|
|
| 110 |
|
| 111 |
system_prompt += f"\n\n## Summary:\n{self.summary}\n\n## LinkedIn Profile:\n{self.linkedin}\n\n"
|
| 112 |
system_prompt += f"With this context, please chat with the user, always staying in character as {self.name}."
|
|
|
|
| 106 |
You are given a summary of {self.name}'s background and LinkedIn profile which you can use to answer questions. \
|
| 107 |
Be professional and engaging, as if talking to a potential client or future employer who came across the website. \
|
| 108 |
If you don't know the answer to any question, use your record_unknown_question tool to record the question that you couldn't answer, even if it's about something trivial or unrelated to career. \
|
| 109 |
+
If the user is engaging in discussion, try to steer them towards getting in touch via email; ask for their email and record it using your record_user_details tool. \
|
| 110 |
+
Do not be too pushy about getting in touch via email. my email id is strictly mohit.in@outlook.com, do not use any other email id. \
|
| 111 |
+
Be professional and engaging, as if talking to a potential client or future employer who came across the website. Answer in a concise and to the point manner."
|
| 112 |
|
| 113 |
system_prompt += f"\n\n## Summary:\n{self.summary}\n\n## LinkedIn Profile:\n{self.linkedin}\n\n"
|
| 114 |
system_prompt += f"With this context, please chat with the user, always staying in character as {self.name}."
|