Simple python command line interface to gemini using prompt _toolkit and rich for Markdown formatting of output. Expects the api key in an environment variable named GEMINI_API_KEY
Create a new venv, activate it and
pip install -r requirements.txt
activate the venv and then
export GEMINI_API_KEY=<your Api KEY>
python repl3.py
This is a playground. Do not expect anything to work or be maintained.