Spaces:
Running
Running
arslan-ahmed
commited on
Commit
•
5a0bd01
1
Parent(s):
bc5f23a
Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,6 @@ def initializeChatbot(temp, k, modelNameDD, stdlQs, api_key_st, vsDict_st, progr
|
|
141 |
if mode.welcomeMsg:
|
142 |
welMsg = mode.welcomeMsg
|
143 |
else:
|
144 |
-
# welMsg = qa_chain_st({'question': initialize_prompt, 'chat_history':[]})['answer']
|
145 |
welMsg = welcomeMsgDefault
|
146 |
print('Chatbot initialized at ', datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S'))
|
147 |
|
|
|
141 |
if mode.welcomeMsg:
|
142 |
welMsg = mode.welcomeMsg
|
143 |
else:
|
|
|
144 |
welMsg = welcomeMsgDefault
|
145 |
print('Chatbot initialized at ', datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S'))
|
146 |
|