Pclanglais commited on
Commit
26b809e
1 Parent(s): 46c4bfe

Update tell_rag_prompt.jinja

Browse files
Files changed (1) hide show
  1. tell_rag_prompt.jinja +1 -2
tell_rag_prompt.jinja CHANGED
@@ -11,8 +11,7 @@ Les références doivent être citées de cette manière : texte rédigé<ref te
11
  Les cinq références disponibles :
12
 
13
  {% for chunk in chunks %}
14
- {{chunk.h}} : {{chunk.title}} {% if chunk.context %}({{chunk.context}}){% endif %}
15
- {{chunk.text}} {% if not loop.last %}{{"\n"}}{% endif %}
16
  {% endfor %}
17
 
18
  <|im_end|>
 
11
  Les cinq références disponibles :
12
 
13
  {% for chunk in chunks %}
14
+ {{chunk.h}} : {% if chunk.context %}({{chunk.context}}){% endif %} {{chunk.text}} {% if not loop.last %}{{"\n"}}{% endif %}
 
15
  {% endfor %}
16
 
17
  <|im_end|>