awinml commited on
Commit
b83e857
1 Parent(s): deef9c2

Upload utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -115,7 +115,7 @@ def text_lookup(data, sentence_ids):
115
 
116
 
117
  def generate_prompt(query_text, context_list):
118
- context = " \n".join(context_list)
119
  prompt = f"""
120
  Context information is below:
121
  ---------------------
 
115
 
116
 
117
  def generate_prompt(query_text, context_list):
118
+ context = " \n\n".join(context_list)
119
  prompt = f"""
120
  Context information is below:
121
  ---------------------