ryan0303 commited on
Commit
70202db
1 Parent(s): 12ff2a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ def initialize_llmchain(llm_model, temperature, max_tokens, top_k, vector_db, pr
166
  """#Standalone question:"""
167
 
168
  PROMPT = PromptTemplate(
169
- input_variables=["requirement","context", "chat_history"]#, "question"],
170
  template=template
171
  )
172
 
 
166
  """#Standalone question:"""
167
 
168
  PROMPT = PromptTemplate(
169
+ input_variables=["requirement","context", "chat_history"],#, "question"],
170
  template=template
171
  )
172