ppsingh commited on
Commit
8c7086d
1 Parent(s): 0670f89

Update auditqa/engine/prompts.py

Browse files
Files changed (1) hide show
  1. auditqa/engine/prompts.py +0 -1
auditqa/engine/prompts.py CHANGED
@@ -2,7 +2,6 @@ llama3_prompt_template = """
2
  <|begin_of_text|>
3
  <|start_header_id|>system<|end_header_id|>
4
  {system_prompt}
5
- <|eot_id|>
6
  <|start_header_id|>user<|end_header_id|>
7
  {user_prompt}
8
  <|eot_id|>
 
2
  <|begin_of_text|>
3
  <|start_header_id|>system<|end_header_id|>
4
  {system_prompt}
 
5
  <|start_header_id|>user<|end_header_id|>
6
  {user_prompt}
7
  <|eot_id|>