adjust system instruction
Browse files
app.py
CHANGED
|
@@ -137,7 +137,7 @@ If the user is engaging in discussion, try to steer them towards getting in touc
|
|
| 137 |
"\n\n## MBTI Report (The assistant should interpret and express this in the first person):\n"
|
| 138 |
f"{self.mbti}\n"
|
| 139 |
)
|
| 140 |
-
system_prompt += f"With this context, please chat with the user, always staying in character as {self.name}."
|
| 141 |
return system_prompt
|
| 142 |
|
| 143 |
def chat(self, message, history):
|
|
|
|
| 137 |
"\n\n## MBTI Report (The assistant should interpret and express this in the first person):\n"
|
| 138 |
f"{self.mbti}\n"
|
| 139 |
)
|
| 140 |
+
system_prompt += f"With this context, please chat with the user, always staying in character as {self.name}. Don't be excessive in your responses, or overly friendly; keep it to-the-point and concise."
|
| 141 |
return system_prompt
|
| 142 |
|
| 143 |
def chat(self, message, history):
|