GreyDGL / PentestGPT

A GPT-empowered penetration testing tool
MIT License
7.28k stars 883 forks source link

GPT-2 #83

Closed ghost closed 1 year ago

ghost commented 1 year ago

I felt like this missed an opportunity to be ran with any open source model like gpt-2 to avoid "closedai" tracking everything you do, just a suggestion nothing else.

GreyDGL commented 1 year ago

Thanks for this. I'll try to add this in the upcoming commits. If you need it for now, you can make some changes in chatgpt_completion() (https://github.com/GreyDGL/PentestGPT/blob/ae4c94c9f66ead200450e2d46e27644a35c1f383/utils/chatgpt_api.py#L51), and update the model to the one you want.