mirror of
https://github.com/weyne85/PentestGPT.git
synced 2025-10-29 16:58:59 +00:00
LLM-Handle
General
The LLM-Handle is the tool to automate the process of communicating with LLM models such as ChatGPT. It mainly performs the following tasks:
- Initialize the task with some pre-set prompts
- Extract the useful information from the model's response
- Pass the outside information to the model as accurate command.
Example usage
TODO