misdelivery commited on
Commit
2a60d34
·
verified ·
1 Parent(s): c204b6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -232,7 +232,7 @@ def format_thinking_multi_turn(move_history):
232
  output.append(f"{entry['thinking']}")
233
  output.append(f"~~~\nLLMは {entry['move']}を えらんだ!\n~~~")
234
  elif entry['type'] == 'user':
235
- output.append(f"### ユーザーのターン!")
236
  output.append(f"~~~\nユーザーは {entry['move']}を えらんだ!\n~~~")
237
 
238
  return "\n".join(output)
 
232
  output.append(f"{entry['thinking']}")
233
  output.append(f"~~~\nLLMは {entry['move']}を えらんだ!\n~~~")
234
  elif entry['type'] == 'user':
235
+ output.append(f"### ユーザーのターン")
236
  output.append(f"~~~\nユーザーは {entry['move']}を えらんだ!\n~~~")
237
 
238
  return "\n".join(output)