rohan13 commited on
Commit
4619487
·
1 Parent(s): e9862de

Update course name in prompt

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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 Evolution 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}"""
 
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}"""