Spaces:
Runtime error
Runtime error
Commit
·
85ecbdd
1
Parent(s):
8a453db
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ class ChatWrapper:
|
|
41 |
history = history or []
|
42 |
# If chain is None, that is because no API key was provided.
|
43 |
# if chain is None:
|
44 |
-
#
|
45 |
# return history, history
|
46 |
# Set OpenAI key
|
47 |
|
|
|
41 |
history = history or []
|
42 |
# If chain is None, that is because no API key was provided.
|
43 |
# if chain is None:
|
44 |
+
# history.append((inp, "Please paste your OpenAI key to use"))
|
45 |
# return history, history
|
46 |
# Set OpenAI key
|
47 |
|