Skip to content

Instantly share code, notes, and snippets.

@suenot
Created December 5, 2024 23:42
Show Gist options
  • Save suenot/d0d2aafc9893f53b9c9523449cea566a to your computer and use it in GitHub Desktop.
Save suenot/d0d2aafc9893f53b9c9523449cea566a to your computer and use it in GitHub Desktop.
brew install pyenv
pyenv install 3.12.8
pyenv versions
pip install virtualenv
virtualenv -p $(pyenv which python3.12) venv
source venv/bin/activate
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade setuptools-scm
python -m ensurepip --upgrade
python -m pip install -U aider-chat
export OPENROUTER_API_KEY=<sk-or-v1-xxxxxxxxxxx>
aider --model openrouter/qwen/qwen-2-7b-instruct:free
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment