-
Notifications
You must be signed in to change notification settings - Fork 902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question - Any plans to support local LLM models? #124
Comments
Hello, is there any progress on this? Is it possible to use the tool with other models like LLAMA? I saw that the latest update made this possible but will you add any examples for that? |
@busraoguzoglu Yes. Please check the latest commit. We have supported GPT4All models. |
Good point, its best to stick with GPT4API For now until specific models can be trained I've ran some testing using Vicuna and LLaMa2 and the results were negligible.. |
@SATUNIX fine-tuned Vicuna-13b looks fine, but other than that, all the open-source models below 13B are kinda not working at all. |
I'll merge this issue to #69 and implement further features. |
Hi Team,
Thanks for making this tool. Are there any plans to support local LLM model for this as an alternative to GPT?
Pentest contains sensitive info and it would be good to not share this with a SaaS solution and keep it local. An configuration option to have connect to local model would be great to have.
Thanks!
The text was updated successfully, but these errors were encountered: