leondz / garak

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

generators: move read timeout up to global/`base.Generator` config item #715

Open leondz opened 4 weeks ago

leondz commented 4 weeks ago

Currently the read timeout is hard-coded a bunch of places, and not configurable. Instead, generator read timeout should be configurable.