hayeah / ai-sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ai-sandbox

alias gac='function _gac(){ git add --all && git commit -m "${1:-changes}"; };_gac'

install dependencies

pipenv install --dev
pipenv shell

set CONFIG_JSON. either from CLI or env

CONFIG_JSON=`cat .config.json` python foo.py

CONFIG_TOML=`cat .config.toml` python foo.py

About

License:MIT License


Languages

Language:Python 100.0%