Tonic commited on
Commit
ed0aa7b
1 Parent(s): 24ed9e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from decouple import Config
5
 
6
  config = Config('.env')
7
 
8
- def query_vectara(question, chat_history):
9
  # Get the user's message from the chat history
10
  user_message = question
11
 
 
5
 
6
  config = Config('.env')
7
 
8
+ def query_vectara(question):
9
  # Get the user's message from the chat history
10
  user_message = question
11