사용법
프로젝트 디렉터리 안에서 Aider를 실행합니다:
cd /to/your/project
aider
LLM 제공업체 구성
Aider는 여러 AI 제공업체를 지원합니다. Aider를 시작할 때 모델과 API 키를 지정할 수 있습니다.
The easiest way to configure a provider is by using the --model 와 --api-key command-line options:
# DeepSeek via DeepSeek's API
aider --model deepseek --api-key deepseek=your-key
# Claude 3.7 Sonnet via Anthropic's API
aider --model sonnet --api-key anthropic=your-key
# o3-mini via OpenAI's API
aider --model o3-mini --api-key openai=your-key
# Sonnet via OpenRouter's API
aider --model openrouter/anthropic/claude-3.7-sonnet --api-key openrouter=your-key
# DeepSeek Chat V3 via OpenRouter's API
aider --model openrouter/deepseek/deepseek-chat --api-key openrouter=your-key
셸 환경
Aider 설치 위치:
- 바이너리:
/root/.local/bin/aider - 환경:
/root/.local/bin/env