Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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:
|