Abijith commited on
Commit
c478d29
·
verified ·
1 Parent(s): 429ff46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -106,6 +106,8 @@ if uploaded_files:
106
  )
107
 
108
  llm = HuggingFacePipeline(pipeline=pipeline_llm)
 
 
109
 
110
  # Update prompt template
111
  PROMPT_TEMPLATE = """
 
106
  )
107
 
108
  llm = HuggingFacePipeline(pipeline=pipeline_llm)
109
+ print(f"-- llmsampleresponse:{llm("Explain what is Retrieval Augmented Generation (RAG)?")})"
110
+
111
 
112
  # Update prompt template
113
  PROMPT_TEMPLATE = """