Skip to content

dennis-gonzales/aider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published