mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
697 B
697 B
title | excerpt | highlight_image |
---|---|---|
AI pair programming in your browser | Aider has an experimental browser UI, allowing you to collaborate with LLMs on code in your local git repo. | /assets/browser.jpg |
AI pair programming in your browser
Aider is now also AI pair programming in your browser!
Use the --browser
switch to launch am experimental browser based version of aider.
pip install aider-chat
export OPENAI_API_KEY=<key> # Mac/Linux
setx OPENAI_API_KEY <key> # Windows
aider --browser