mobinln commited on
Commit
ba9a48d
·
verified ·
1 Parent(s): d21f374

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ def respond(
47
  if 'content' in delta:
48
  response += delta['content']
49
  formatted_response = re.sub(r'<think>(.*?)</think>', r'*\1*', response)
 
50
  yield formatted_response
51
 
52
 
 
47
  if 'content' in delta:
48
  response += delta['content']
49
  formatted_response = re.sub(r'<think>(.*?)</think>', r'*\1*', response)
50
+ print(f"*- {response}")
51
  yield formatted_response
52
 
53