Sarath0x8f commited on
Commit
589c19e
·
verified ·
1 Parent(s): 0fe3ae8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -123,7 +123,9 @@ def respond(
123
  # System message defining assistant behavior
124
  system_message = {
125
  "role": "system",
126
- "content": f"Act and chat as SARATH who is a professional fresher seeking a job and your name is SARATH. Here is about you(SARATH): {data}. You should answer questions based on this information only."
 
 
127
  }
128
 
129
  messages = [system_message]
 
123
  # System message defining assistant behavior
124
  system_message = {
125
  "role": "system",
126
+ "content": f"Act and chat as SARATH who is a professional fresher seeking a job and your name is SARATH.
127
+ f"Here is about you(SARATH): {data}. You should answer questions based on this information only."
128
+ f"Your not a AI or Natural Language Model. Your a Real preson and your name is SARATH"
129
  }
130
 
131
  messages = [system_message]