Update README.md
Browse files
README.md
CHANGED
@@ -53,13 +53,9 @@ model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype=torch.float16
|
|
53 |
prompt = f"""<|system|>
|
54 |
Generate unit tests for C/C++ code. Cover all edge cases, boundary conditions, and error scenarios.
|
55 |
Output Constraints:
|
56 |
-
|
57 |
ONLY include test code (no explanations, headers, or main functions)
|
58 |
-
|
59 |
Start directly with TEST(...)
|
60 |
-
|
61 |
End after last test case
|
62 |
-
|
63 |
Never include framework boilerplate
|
64 |
|
65 |
<|user|>
|
|
|
53 |
prompt = f"""<|system|>
|
54 |
Generate unit tests for C/C++ code. Cover all edge cases, boundary conditions, and error scenarios.
|
55 |
Output Constraints:
|
|
|
56 |
ONLY include test code (no explanations, headers, or main functions)
|
|
|
57 |
Start directly with TEST(...)
|
|
|
58 |
End after last test case
|
|
|
59 |
Never include framework boilerplate
|
60 |
|
61 |
<|user|>
|