Files
PentestGPT/llm_handle/README.md
2023-02-28 00:36:43 +08:00

12 lines
366 B
Markdown

# 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