Spaces:
Running
Running
Leo Fan
commited on
Commit
•
06fe720
1
Parent(s):
84425b9
Reverted to RAG prompt.
Browse files- app/server.py +3 -3
app/server.py
CHANGED
@@ -36,9 +36,9 @@ Context:
|
|
36 |
Question:
|
37 |
{question}"""
|
38 |
|
39 |
-
prompt_template = """
|
40 |
-
Question:
|
41 |
-
{question}"""
|
42 |
|
43 |
rag_prompt = ChatPromptTemplate.from_template(prompt_template)
|
44 |
|
|
|
36 |
Question:
|
37 |
{question}"""
|
38 |
|
39 |
+
# prompt_template = """
|
40 |
+
# Question:
|
41 |
+
# {question}"""
|
42 |
|
43 |
rag_prompt = ChatPromptTemplate.from_template(prompt_template)
|
44 |
|