Spaces:
Sleeping
Sleeping
Fix lỗi
Browse files- chatbot/prompts.py +1 -0
chatbot/prompts.py
CHANGED
|
@@ -28,6 +28,7 @@ chat_prompt = PromptTemplate(
|
|
| 28 |
Câu hỏi từ người dùng:
|
| 29 |
{question}
|
| 30 |
Phản hồi:
|
|
|
|
| 31 |
)
|
| 32 |
|
| 33 |
summary_prompt_template = """
|
|
|
|
| 28 |
Câu hỏi từ người dùng:
|
| 29 |
{question}
|
| 30 |
Phản hồi:
|
| 31 |
+
"""
|
| 32 |
)
|
| 33 |
|
| 34 |
summary_prompt_template = """
|