JusticeRage / Gepetto

IDA plugin which queries uses language models to speed up reverse-engineering
GNU General Public License v3.0
2.81k stars 260 forks source link

use gpt-4 #18

Closed 0Ut5kWDaVQPfO closed 1 year ago

0Ut5kWDaVQPfO commented 1 year ago

Can I upgrade from GPT-3.5 to GPT-4, and how should I modify the script? Thank you very much.

JusticeRage commented 1 year ago

You can, how this is done is for you to figure out :) This is something I've planned to do, since the GPT-4 API is available in closed-beta now. But this requires a bit of work because since not all users have access to it, there needs to be a mechanism allowing people to switch between models. So, this is an upcoming feature eventually, but in the meantime you're welcome to look into it and submit a pull request.

0Ut5kWDaVQPfO commented 1 year ago

thank you a lot ,I need study python for a while.then modify it