Created
December 5, 2024 23:42
-
-
Save suenot/d0d2aafc9893f53b9c9523449cea566a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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