dominiquegarmier / echo

helpful chatbot that can run python code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WARNING: DO NOT RUN UNTRUSTED CODE. CHECK CODE THAT ECHO GENERATES BEFORE EXECUTING IT.

echo

echo

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.

installation

you will need to install and run ollama first. then run:

virtualenv -ppython3.10 .venv
source .venv/bin/activate
pip install -r requirements.txt

usage

python echo.py

licsen

MIT

About

helpful chatbot that can run python code

License:MIT License


Languages

Language:Python 100.0%