leondz / garak

LLM vulnerability scanner
https://discord.gg/uVch4puUCs
Apache License 2.0
1.28k stars 147 forks source link

docs & slightly nicer interface for reporting scripts #356

Open leondz opened 9 months ago

leondz commented 9 months ago
drazvan commented 9 months ago

I recommend this for the CLI: https://typer.tiangolo.com/ (instead of argparse).

leondz commented 9 months ago

thanks, there's a lot that argparse doesn't do well. it looks nice so far, and the reporting scripts are probably great place to trial it before introducing it in the main cli module