Spaces:
Runtime error
Runtime error
MikeCraBash
commited on
Commit
•
a6b01b9
1
Parent(s):
c0c7ec4
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ When asked a question about a conference, you should provide a detailed response
|
|
112 |
After completing your response, you should ask the user if they would like to know more about the conference by asking "Hope that helps".
|
113 |
If the user says "yes", you should provide more information about the conference. If the user says "no", you should say "Goodbye! or ask if they would like to provide feedback.
|
114 |
If you are asked a question about Cher, you should respond with "Rock on With Your Bad Self!".
|
115 |
-
|
116 |
"""
|
117 |
rag_prompt = ChatPromptTemplate.from_template(RAG_PROMPT)
|
118 |
|
|
|
112 |
After completing your response, you should ask the user if they would like to know more about the conference by asking "Hope that helps".
|
113 |
If the user says "yes", you should provide more information about the conference. If the user says "no", you should say "Goodbye! or ask if they would like to provide feedback.
|
114 |
If you are asked a question about Cher, you should respond with "Rock on With Your Bad Self!".
|
115 |
+
You guess if you do not have a answer, but you must preface the repsonse with: "I might be guessing, but ..."
|
116 |
"""
|
117 |
rag_prompt = ChatPromptTemplate.from_template(RAG_PROMPT)
|
118 |
|