You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can someone help me with configuring PentestGPT to use Llama 3 8B Instruct. I have it Downloaded in GPT4All but when running PentestGPT it gives me an outdated model.
┌──(venv)─(thinbobcat㉿kali)-[~/PentestGPT]
└─$ cd pentestgpt
┌──(venv)─(thinbobcat㉿kali)-[~/PentestGPT/pentestgpt]
└─$ pentestgpt --reasoning_model=gpt4all --parsing_model=gpt4all
Your OPENAI key is not set. Please set it in the environment variable.
If you want to use chatGPT with no API, use "text-davinci-002-render-sha" in chat_config.py
Your CHATGPT_COOKIE is not set. Please set it in the environment variable.
Your OPENAI_API_KEY is not set. Please set it in the environment variable.
Your OPENAI_API_KEY is not set. Please set it in the environment variable.
Your OPENAI_API_KEY is not set. Please set it in the environment variable.
Your OPENAI_API_KEY is not set. Please set it in the environment variable.
Your OPENAI_API_KEY is not set. Please set it in the environment variable.
Your GOOGLE_API_KEY is not set. Please set it in the environment variable.
Your GOOGLE_API_KEY is not set. Please set it in the environment variable.
Failed to load libllamamodel-mainline-cuda-avxonly.so: dlopen: libcudart.so.11.0: cannot open shared object file: No such file or directory
Failed to load libllamamodel-mainline-cuda.so: dlopen: libcudart.so.11.0: cannot open shared object file: No such file or directory
warning: model 'mistral-7b-openorca.Q4_0.gguf' is out-of-date, please check for an updated version
warning: model 'mistral-7b-openorca.Q4_0.gguf' is out-of-date, please check for an updated version
warning: model 'mistral-7b-openorca.Q4_0.gguf' is out-of-date, please check for an updated version
Welcome to pentestGPT, an automated penetration testing parser empowered by GPT.
The settings are:
parsing model: mistral-7b-openorca.Q4_0.gguf
reasoning model: mistral-7b-openorca.Q4_0.gguf
use API: True
log directory: logs
Do you want to continue from previous session? (y/n) n
New conversation.a00258c6-8338-11ef-8a67-18c04d886ab7 is created.
New conversation.a9eb03ce-8338-11ef-8a67-18c04d886ab7 is created.
New conversation.b6ac8ab0-8338-11ef-8a67-18c04d886ab7 is created.
ChatGPT Sessions Initialized.
Please describe the penetration testing task in one line, including the target IP, task type, etc
Please describe the penetration testing task in one line, including the target IP, task type, etc.
I new to using linux, a simple step by step would be amazing if anyone is willing to help(:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Can someone help me with configuring PentestGPT to use Llama 3 8B Instruct. I have it Downloaded in GPT4All but when running PentestGPT it gives me an outdated model.
┌──(thinbobcat㉿kali)-[~]
└─$ cd PentestGPT
┌──(thinbobcat㉿kali)-[~/PentestGPT]
└─$ source venv/bin/activate
┌──(venv)─(thinbobcat㉿kali)-[~/PentestGPT]
└─$ cd pentestgpt
┌──(venv)─(thinbobcat㉿kali)-[~/PentestGPT/pentestgpt]
└─$ pentestgpt --reasoning_model=gpt4all --parsing_model=gpt4all
Your OPENAI key is not set. Please set it in the environment variable.
If you want to use chatGPT with no API, use "text-davinci-002-render-sha" in chat_config.py
Your CHATGPT_COOKIE is not set. Please set it in the environment variable.
Your OPENAI_API_KEY is not set. Please set it in the environment variable.
Your OPENAI_API_KEY is not set. Please set it in the environment variable.
Your OPENAI_API_KEY is not set. Please set it in the environment variable.
Your OPENAI_API_KEY is not set. Please set it in the environment variable.
Your OPENAI_API_KEY is not set. Please set it in the environment variable.
Your GOOGLE_API_KEY is not set. Please set it in the environment variable.
Your GOOGLE_API_KEY is not set. Please set it in the environment variable.
Failed to load libllamamodel-mainline-cuda-avxonly.so: dlopen: libcudart.so.11.0: cannot open shared object file: No such file or directory
Failed to load libllamamodel-mainline-cuda.so: dlopen: libcudart.so.11.0: cannot open shared object file: No such file or directory
warning: model 'mistral-7b-openorca.Q4_0.gguf' is out-of-date, please check for an updated version
warning: model 'mistral-7b-openorca.Q4_0.gguf' is out-of-date, please check for an updated version
warning: model 'mistral-7b-openorca.Q4_0.gguf' is out-of-date, please check for an updated version
Welcome to pentestGPT, an automated penetration testing parser empowered by GPT.
The settings are:
Do you want to continue from previous session? (y/n) n
New conversation.a00258c6-8338-11ef-8a67-18c04d886ab7 is created.
New conversation.a9eb03ce-8338-11ef-8a67-18c04d886ab7 is created.
New conversation.b6ac8ab0-8338-11ef-8a67-18c04d886ab7 is created.
Please describe the penetration testing task in one line, including the target IP, task type, etc
Please describe the penetration testing task in one line, including the target IP, task type, etc.
I new to using linux, a simple step by step would be amazing if anyone is willing to help(:
Beta Was this translation helpful? Give feedback.
All reactions