ndurner commited on
Commit
6d8ab75
·
1 Parent(s): f131994

remove debug output

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -243,9 +243,6 @@ def bot(message, history, oai_key, system_prompt, seed, temperature, max_tokens,
243
  if cont:
244
  txt += cont
245
 
246
- if log_to_console:
247
- print(f"br_response: {txt}")
248
-
249
  partial_response += txt
250
  yield partial_response
251
 
 
243
  if cont:
244
  txt += cont
245
 
 
 
 
246
  partial_response += txt
247
  yield partial_response
248