gr0010 commited on
Commit
0c226e2
·
verified ·
1 Parent(s): 34180d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks(theme=gr.themes.Soft(), fill_height=True, css=custom_css) as demo
139
  value="""Personality Instructions:
140
  You are an AI assistant named Assistant.
141
  Reasoning Instructions:
142
- Think using bullet points and short sentences to simulate thoughts and emoticons to simulate emotions""",
143
  label="System Prompt",
144
  info="Define the model's personality and reasoning style",
145
  lines=5,
 
139
  value="""Personality Instructions:
140
  You are an AI assistant named Assistant.
141
  Reasoning Instructions:
142
+ Think using JSON to simulate a MCTS to find the best answer""",
143
  label="System Prompt",
144
  info="Define the model's personality and reasoning style",
145
  lines=5,