Spaces:
Running
Running
hugforziio
commited on
Commit
•
12f3dcc
1
Parent(s):
6050241
Update app.py
Browse files
app.py
CHANGED
@@ -66,6 +66,10 @@ def on_click_send_btn(
|
|
66 |
# if chat_input=='':
|
67 |
# return old_state, chat_log, chat_log_md, None, None, chat_input
|
68 |
|
|
|
|
|
|
|
|
|
69 |
try:
|
70 |
logit_bias_json = json.dumps(logit_bias) if logit_bias else None
|
71 |
except:
|
|
|
66 |
# if chat_input=='':
|
67 |
# return old_state, chat_log, chat_log_md, None, None, chat_input
|
68 |
|
69 |
+
print('\n\n\n\n\n')
|
70 |
+
print(chat_input)
|
71 |
+
print('')
|
72 |
+
|
73 |
try:
|
74 |
logit_bias_json = json.dumps(logit_bias) if logit_bias else None
|
75 |
except:
|