Spaces:
Running
on
T4
Running
on
T4
Update auditqa/engine/prompts.py
Browse files
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|>
|