SaintsSec / Navi

An Interface for AI built for cybersecurity professionals
https://www.saintssec.org/
GNU Affero General Public License v3.0
78 stars 10 forks source link

Fix the Query Argument #45

Closed AlexKollar closed 5 months ago

AlexKollar commented 6 months ago

During the transition from Rasa back to GPT. Our -q argument stopped working. I decided to strip it out for now but the general gist of it is when called it should look like:
navi -q "random question here" It should then crank this query through the AI and send back the response without actually launching the full program.

AlexKollar commented 5 months ago

This has been done and macro'd