Spaces:
Sleeping
Sleeping
remove debug output
Browse files
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 |
|