ryanrwatkins commited on
Commit
53da0b0
·
verified ·
1 Parent(s): ac6791c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -711,8 +711,8 @@ chain = ConversationalRetrievalChain.from_llm(
711
 
712
 
713
  # let's invoke the chain
714
- #response = chain.invoke({"question":"what does Google stand for?"})
715
- #print(response)
716
 
717
 
718
  chain.memory.load_memory_variables({})
 
711
 
712
 
713
  # let's invoke the chain
714
+ response = chain.invoke({"question":"what does Google stand for?"})
715
+ print(response)
716
 
717
 
718
  chain.memory.load_memory_variables({})