sandbox-grounded-qa
sandbox-grounded-qa copied to clipboard
--help is not helpful
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?
I think 0, 1, 2, whereas 0 is default
Want to make a PR?
I have created a PR
https://github.com/cohere-ai/sandbox-grounded-qa/pull/14
Nick Frosst merged the PR, so I guess we can close this issue, WDYT?