Bug Report
Description
When running the HexSecGPT CLI tool, the program fails to connect to the OpenRouter API.
Error
Error code: 404
No endpoints found for deepseek/deepseek-r1-0528:free
Expected Behavior
The tool should connect successfully and return AI responses.
Current Behavior
The API returns a 404 error because the model deepseek/deepseek-r1-0528:free appears to no longer exist on OpenRouter.
Possible Fix
Update the default model in the configuration file to a currently available free model such as:
meta-llama/llama-3.2-3b-instruct:free
qwen/qwen3-coder:free
google/gemma-3-4b-it:free
Environment
- OS: Kali Linux
- Python version: 3.x
- API Provider: OpenRouter
Additional Notes
This may occur because OpenRouter removed or renamed the model.
Bug Report
Description
When running the HexSecGPT CLI tool, the program fails to connect to the OpenRouter API.
Error
Expected Behavior
The tool should connect successfully and return AI responses.
Current Behavior
The API returns a 404 error because the model
deepseek/deepseek-r1-0528:freeappears to no longer exist on OpenRouter.Possible Fix
Update the default model in the configuration file to a currently available free model such as:
meta-llama/llama-3.2-3b-instruct:freeqwen/qwen3-coder:freegoogle/gemma-3-4b-it:freeEnvironment
Additional Notes
This may occur because OpenRouter removed or renamed the model.