sandbox-grounded-qa icon indicating copy to clipboard operation
sandbox-grounded-qa copied to clipboard

--help is not helpful

Open saraswat opened this issue 3 years ago • 3 comments

 python3 cli_demo.py --cohere_api_key ...  --serp_api_key  ...  --help
usage: cli_demo.py [-h] --cohere_api_key COHERE_API_KEY --serp_api_key SERP_API_KEY [--verbosity VERBOSITY]

A grounded QA bot with cohere and google search

optional arguments:
  -h, --help            show this help message and exit
  --cohere_api_key COHERE_API_KEY
                        api key for cohere
  --serp_api_key SERP_API_KEY
                        api key for serpAPI
  --verbosity VERBOSITY
                        verbosity level

What are the verbosity levels?

saraswat avatar Nov 15 '22 10:11 saraswat

I think 0, 1, 2, whereas 0 is default

Want to make a PR?

michaelwechner avatar Nov 15 '22 11:11 michaelwechner

I have created a PR

https://github.com/cohere-ai/sandbox-grounded-qa/pull/14

michaelwechner avatar Nov 19 '22 10:11 michaelwechner

Nick Frosst merged the PR, so I guess we can close this issue, WDYT?

michaelwechner avatar Nov 20 '22 16:11 michaelwechner