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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ config = Config('.env')
7
 
8
  def query_vectara(question, chat_history):
9
  # Get the user's message from the chat history
10
- # user_message = chat_history[-1][0]
11
 
12
  # Query Vectara API
13
  customer_id = config('CUSTOMER_ID') # Read from .env file
 
7
 
8
  def query_vectara(question, chat_history):
9
  # Get the user's message from the chat history
10
+ user_message = question
11
 
12
  # Query Vectara API
13
  customer_id = config('CUSTOMER_ID') # Read from .env file