mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-05-14 21:28:04 +02:00
100 math prompts, not 150
This commit is contained in:
+1
-1
@@ -271,7 +271,7 @@ def math_prompts() -> list[str]:
|
||||
"What do you get when you divide {a} by {b}?",
|
||||
]
|
||||
|
||||
for i in range(150):
|
||||
for i in range(100):
|
||||
template = random.choice(templates)
|
||||
|
||||
# Generate operands between 1 and 10
|
||||
|
||||
Reference in New Issue
Block a user