beyoru commited on
Commit
854ef87
·
verified ·
1 Parent(s): 2623159

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def respond(
62
 
63
  # Compute EOU probability before responding
64
  eou_probability = compute_eou_probability(messages, max_tokens=max_tokens)
65
-
66
  # Only respond if EOU probability exceeds threshold
67
  if eou_probability >= eou_threshold:
68
  # Prepare message for assistant response
 
62
 
63
  # Compute EOU probability before responding
64
  eou_probability = compute_eou_probability(messages, max_tokens=max_tokens)
65
+ print(eou_probability)
66
  # Only respond if EOU probability exceeds threshold
67
  if eou_probability >= eou_threshold:
68
  # Prepare message for assistant response