ryanrwatkins commited on
Commit
2df974f
·
verified ·
1 Parent(s): eac8e20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -649,7 +649,7 @@ chain = ConversationalRetrievalChain.from_llm(
649
 
650
  # let's invoke the chain
651
  response = chain.invoke({"question":"what does Google stand for?"})
652
- response
653
 
654
 
655
  chain.memory.load_memory_variables({})
 
649
 
650
  # let's invoke the chain
651
  response = chain.invoke({"question":"what does Google stand for?"})
652
+ print(response)
653
 
654
 
655
  chain.memory.load_memory_variables({})