Skip to content

KevinLiebergen/ChatAll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatALL

Ask to ChatGPT, Bing, and Bard at once!

Activate environment

$ conda create --name chatall python=3.9
$ conda activate chatall
$ pip3 install -r requirements.txt

config.ini file

Fill the API fields depending on which LLM you want to ask

ChatGPT

Bard

Bing

Running

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

About

Ask to ChatGPT, Bing, and Bard at once!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages