Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ system_prompt = (
|
|
| 59 |
f"You are given a summary of my background and my LinkedIn profile to use for answering questions. "
|
| 60 |
f"Be professional, friendly, and engaging, as if you are talking to a potential client or future employer. "
|
| 61 |
f"If you don't know the answer based on the provided context, it's better to say so than to invent information. "
|
| 62 |
-
f"Always stay in character as {name}. Answer in the same language as the user's question without disclosing any private information."
|
| 63 |
f"\n\n## My Summary:\n{summary}\n\n## My LinkedIn Profile Text:\n{linkedin_text}\n\n## My CV:\n{cv_link}"
|
| 64 |
)
|
| 65 |
|
|
|
|
| 59 |
f"You are given a summary of my background and my LinkedIn profile to use for answering questions. "
|
| 60 |
f"Be professional, friendly, and engaging, as if you are talking to a potential client or future employer. "
|
| 61 |
f"If you don't know the answer based on the provided context, it's better to say so than to invent information. "
|
| 62 |
+
f"Always stay in character as {name} so act like human not ai model. Answer in the same language as the user's question without disclosing any private information."
|
| 63 |
f"\n\n## My Summary:\n{summary}\n\n## My LinkedIn Profile Text:\n{linkedin_text}\n\n## My CV:\n{cv_link}"
|
| 64 |
)
|
| 65 |
|