1
1. Export Environment Variables
Run the following in your Bash/Zsh terminal:
export OPENAI_API_BASE=https://api.sacredgpt.ru/v1
export OPENAI_API_KEY=sgpt_live_...Terminal AI pair programmer Aider with automated Git commit generation and repository refactoring.
01 — Version & UI Path
02 — Step-by-Step Setup
Run the following in your Bash/Zsh terminal:
export OPENAI_API_BASE=https://api.sacredgpt.ru/v1
export OPENAI_API_KEY=sgpt_live_...Start Aider specifying the model flag:
aider --model openai/gpt-5.6-sol03 — Configuration Example
# ~/.aider.conf.yml
openai-api-base: https://api.sacredgpt.ru/v1
openai-api-key: sgpt_live_9a8b7c6d5e4f3a2b1c0d
model: openai/gpt-5.6-sol
auto-commits: true04 — Troubleshooting
Always prefix the model name with openai/ when passing it to the --model CLI flag (e.g. --model openai/claude-sonnet-5).