Kelechi Osuji commited on
Commit
a7cd53f
·
1 Parent(s): e283fee

Updated prompt_template

Browse files
Files changed (1) hide show
  1. workflow.py +1 -1
workflow.py CHANGED
@@ -14,7 +14,7 @@ def get_workflow():
14
  # Define the prompt template for conversation
15
  prompt_template = PromptTemplate(
16
  input_variables=["input"],
17
- template="You are a helpful assistant. Answer the input: {input}"
18
  )
19
 
20
  # Create memory for conversation
 
14
  # Define the prompt template for conversation
15
  prompt_template = PromptTemplate(
16
  input_variables=["input"],
17
+ template="You are a helpful assistant. The user just said: {input}. What would be a good response?"
18
  )
19
 
20
  # Create memory for conversation