Ask to ChatGPT, Bing, and Bard at once!
$ conda create --name chatall python=3.9
$ conda activate chatall
$ pip3 install -r requirements.txtFill the API fields depending on which LLM you want to ask
Write down your question in data/question.txt and execute
$ python3 main.pyOr
$ python3 main.py -c config.iniOr
$ python3 main.py -q question_path.txt