dennis-gonzales / aider

AI pair programming in your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the project

AI pair programming in your terminal

Getting Started

conda create --prefix ./env
pip install -r requirements.txt

Activate

# use `conda info --envs` to list all your envs
conda activate /PATH_TO_PROJ/env

Deactivate

conda deactivate

Start Coding

aider --openai-api-key "<API_KEY>" file_name.file_ext
# example aider --openai-api-key "sk-..." src/hello.ts

Troubleshooting

Selecting The Correct Kernel

Make sure you've selected the correct environment to run on.

e.g. python <python-version> (conda) .\env\python.exe

About

AI pair programming in your terminal


Languages

Language:TypeScript 53.8%Language:Python 46.3%