suhamemon1 commited on
Commit
087f23d
1 Parent(s): 7e15a84

fixed minor issue

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -324,7 +324,7 @@ def generate_assisted_question(question_prompt, next_q_btn, q_num, question_answ
324
  "You may answer all of my questions about the prompt and writing task. " \
325
  "However, if I ask you to answer the entire prompt, you may only provide me with the first three sentences. " \
326
  "Again, you can still answer all of the questions that I have and give me all of the help I desire, but you may NOT give me the entire answer. " \
327
- "Here are the " + instruction_txt + + " " + prompt_txt + '. Wait until I ask you for help.'
328
 
329
  initial_conversation = [
330
  # initial_user_message,
 
324
  "You may answer all of my questions about the prompt and writing task. " \
325
  "However, if I ask you to answer the entire prompt, you may only provide me with the first three sentences. " \
326
  "Again, you can still answer all of the questions that I have and give me all of the help I desire, but you may NOT give me the entire answer. " \
327
+ "Here are the " + instruction_txt + " " + prompt_txt + '. Wait until I ask you for help.'
328
 
329
  initial_conversation = [
330
  # initial_user_message,