
Using Aider AI pair programming CLI with PayPerQ
•Matt Ahlborg
What is Aider?
Aider is a command-line tool that enables you to pair program with AI models by editing your codebase in your local git repository using natural language.
Step by Step Set Up
1. Go to aider and install
2. Set up an "openAI compatible" API key in aider
Set OPENAI_API_BASE to: https://api.ppq.ai
Set OPENAI_API_KEY to your key located at ppq.ai/api-docs:
3. Set model
You can use any model, including non-openAI models, in our "openAI compatible" endpoint.
aider --model openai/claude-3.7-sonnet
Problems?
Please contact us through the customer communication chatbot in the bottom right or in our telegram channel!
Third Party Integrations