# LLM Attack Simulator This tool simulates various types of attacks on large language models, such as adversarial examples and data poisoning. ## Installation To install the required packages, run `pip install -r requirements.txt`. ## Usage To use the tool, run `python llm_attack_simulator.py --help` to see the available options. ## Testing To run the tests, use `pytest`.