WARNING: DO NOT RUN UNTRUSTED CODE. CHECK CODE THAT ECHO GENERATES BEFORE EXECUTING IT.
echo is a helpful assistant that knows how to write and execute python code. This was inspired by a similar chatbot that George Hotz programmed in one of his livestreams.
you will need to install and run ollama first. then run:
virtualenv -ppython3.10 .venv
source .venv/bin/activate
pip install -r requirements.txt
python echo.py