PairPilot in your browser

Use PairPilot’s new experimental browser UI to collaborate with LLMs to edit code in your local git repo. PairPilot will directly edit the code in your local source files, and git commit the changes with sensible commit messages. You can start a new project or work with an existing git repo. PairPilot works well with GPT 3.5, GPT-4, GPT-4 Turbo with Vision, and Claude 3 Opus. It also supports connecting to almost any LLM.

Use the --browser switch to launch the browser version of PairPilot:

python -m pip install -U PairPilot-chat

export OPENAI_API_KEY=<key> # Mac/Linux
setx   OPENAI_API_KEY <key> # Windows, restart shell after setx

PairPilot --browser