mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-08-17 08:40:31 +02:00
support testing malicious prompts with no guidelines
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class Average:
|
||||
def from_list_of_floats(self, floats: list[float]) -> float:
|
||||
return sum(floats) / len(floats)
|
||||
Reference in New Issue
Block a user