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