Update course name in prompt
Browse files
utils.py
CHANGED
@@ -39,7 +39,7 @@ memory = ConversationBufferWindowMemory(memory_key="chat_history", k=10)
|
|
39 |
vectorstore_index = None
|
40 |
|
41 |
system_template = """You are Coursera QA Bot. Have a conversation with a human, answering the following questions as best you can.
|
42 |
-
You are a teaching assistant for a Coursera Course: The 3D Printing
|
43 |
Use the following pieces of context to answer the users question.
|
44 |
----------------
|
45 |
{context}"""
|
|
|
39 |
vectorstore_index = None
|
40 |
|
41 |
system_template = """You are Coursera QA Bot. Have a conversation with a human, answering the following questions as best you can.
|
42 |
+
You are a teaching assistant for a Coursera Course: The 3D Printing Revolution and can answer any question about that using vectorstore or context.
|
43 |
Use the following pieces of context to answer the users question.
|
44 |
----------------
|
45 |
{context}"""
|