A easy to use command line chatbot to answer any questions that come up!

- Get an AI API key from google: https://makersuite.google.com/app/apikey
- Put the Api key into the variable name GOOGLE_API_KEY in the env.py file
- Run the program and talk to Gemini!
The gemini model outputs markdown but the command prompt can't output markdown. Therefore, the markdown is converted to HTML and then each tag is replaced with a color key or symbol that displays in the command prompt. To Customize, edit the htmlToColor dictionary in the customization.py file