ZedLow commited on
Commit
f464881
·
verified ·
1 Parent(s): 47850d6

Update rag/prompting.py

Browse files
Files changed (1) hide show
  1. rag/prompting.py +0 -1
rag/prompting.py CHANGED
@@ -14,7 +14,6 @@ def build_system_prompt():
14
  def build_messages(query, images_content):
15
  system_prompt = build_system_prompt()
16
 
17
- # On ajoute la question de l'utilisateur à la fin du contenu
18
  user_content = images_content + [{"type": "text", "text": f"\nUser Question: {query}"}]
19
 
20
  return [
 
14
  def build_messages(query, images_content):
15
  system_prompt = build_system_prompt()
16
 
 
17
  user_content = images_content + [{"type": "text", "text": f"\nUser Question: {query}"}]
18
 
19
  return [