iAIChat commited on
Commit
cca19e3
·
1 Parent(s): 4f57e3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ llm = HuggingFaceHub(repo_id=repo_id,
123
  #Helpful AI Repsonse:
124
  #"""
125
 
126
- prompt_template = """You are a very helpful AI assistant. Please ONLY use the input documents as context to answer the user's input question. If you don't know the answer, just say that you don't know.
127
  Context: {context}
128
  Question: {question}
129
  Helpful AI Repsonse:
 
123
  #Helpful AI Repsonse:
124
  #"""
125
 
126
+ prompt_template = """You are a very helpful AI assistant. Please ONLY use the givens context to answer the user's input question. If you don't know the answer, just say that you don't know.
127
  Context: {context}
128
  Question: {question}
129
  Helpful AI Repsonse: