THEZYZSTUDIO commited on
Commit
427d6f5
·
verified ·
1 Parent(s): c3d7f69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,7 +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.
54
  Furthermore, the thought process should be at least 20 lines long and highly accurate. The thought and answer
55
  should be thorough, final, complete, and comprehensive.Do not repeat the same word or phrase more than once.
@@ -80,7 +80,7 @@ def chat(message, history_json, system_info, file_content):
80
  technical, scientific, or mathematical concepts, explain them briefly before using the results.
81
  In this part, write the **final answer** briefly and clearly without thinking steps, but after
82
  you have used the detailed analysis within the `<think>` in a logical and organized tone, and of course
83
- with meticulous and utmost accuracy and without any errors, and also while you are talking to yourself, of course."
84
  })
85
 
86
  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
53
  When you think, you must think in the user's language, and the answer must also be in the user's language.
54
  Furthermore, the thought process should be at least 20 lines long and highly accurate. The thought and answer
55
  should be thorough, final, complete, and comprehensive.Do not repeat the same word or phrase more than once.
 
80
  technical, scientific, or mathematical concepts, explain them briefly before using the results.
81
  In this part, write the **final answer** briefly and clearly without thinking steps, but after
82
  you have used the detailed analysis within the `<think>` in a logical and organized tone, and of course
83
+ with meticulous and utmost accuracy and without any errors, and also while you are talking to yourself, of course."""
84
  })
85
 
86
  for h in history: