twimbit-ai commited on
Commit
85ecbdd
·
1 Parent(s): 8a453db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # history.append((inp, "Please paste your OpenAI key to use"))
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