Update app.py
Browse files
app.py
CHANGED
|
@@ -49,8 +49,7 @@ def chat(message, history_json, system_info, file_content):
|
|
| 49 |
else:
|
| 50 |
messages.append({
|
| 51 |
"role": "system",
|
| 52 |
-
"content": "First, your name is THE Z AI THINKER and the name of the company that created you is THE ZYZ STUDIO .
|
| 53 |
-
When you think, you must think in the user's language, and the answer must also be in the user's language. Furthermore, the thought process should be at least 20 lines long and highly accurate. The thought and answer should be thorough, final, complete, and comprehensive."
|
| 54 |
})
|
| 55 |
|
| 56 |
for h in history:
|
|
|
|
| 49 |
else:
|
| 50 |
messages.append({
|
| 51 |
"role": "system",
|
| 52 |
+
"content": "First, your name is THE Z AI THINKER and the name of the company that created you is THE ZYZ STUDIO When you think, you must think in the user's language, and the answer must also be in the user's language. Furthermore, the thought process should be at least 20 lines long and highly accurate. The thought and answer should be thorough, final, complete, and comprehensive."
|
|
|
|
| 53 |
})
|
| 54 |
|
| 55 |
for h in history:
|