Spaces:
Runtime error
Runtime error
Commit
·
8422486
1
Parent(s):
b8f846e
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def chatgpt_chatclone(input, history):
|
|
39 |
s.append(input)
|
40 |
output = openai_chatcreate(input)
|
41 |
history.append((input, output))
|
42 |
-
print(history)
|
43 |
return history, history
|
44 |
|
45 |
def chatgpt_clear(input, history):
|
|
|
39 |
s.append(input)
|
40 |
output = openai_chatcreate(input)
|
41 |
history.append((input, output))
|
42 |
+
# print(history)
|
43 |
return history, history
|
44 |
|
45 |
def chatgpt_clear(input, history):
|