Skip to content

Commit

Permalink
don't have opinions about init'ing probes base prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz committed Feb 17, 2025
1 parent 3ea5834 commit ff1331d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion garak/probes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def __init__(self, config_root=_config):
f"loading {Style.BRIGHT}{Fore.LIGHTYELLOW_EX}probe: {Style.RESET_ALL}{self.probename}"
)

self.prompts = []
logging.info(f"probe init: {self}")
if "description" not in dir(self):
if self.__doc__:
Expand Down

0 comments on commit ff1331d

Please sign in to comment.