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
.option('-r, --report [file]','Specify Markdown report file path (defaults to VIBESAFE-REPORT.md)')
55
55
.option('--high-only','Only report high severity issues')
56
+
.option('-m, --model <model>','Specify OpenAI model to use for suggestions. If not specified the program will use gpt-4.1-nano','gpt-4.1-nano')
57
+
.option('-u, --url <url>','Use the specified url (e.g. http://localhost:11434 for ollama or https://api.openai.com for ChatGPT) for ai suggestions. If not specified the program will call OpenAI API','https://api.openai.com')
0 commit comments