• home
  • about
  • 全ての投稿
  • ソフトウェア・ハードウェアの設定のまとめ
  • 分析関連のまとめ
  • ヘルスケア関連のまとめ
  • 生涯学習関連のまとめ

aider

date: 2025-01-14 excerpt: aiderの使い方

tag: aiderllm


aiderの使い方

概要

  • ターミナルで動作するAIエージェント
  • gitの環境下で動作することを前提としている

インストールと動作

$ python -m pip install aider-install
$ aider-install
$ aider --model gpt-4o --openai-api-key your-key-goes-here

設定ファイル

  • ~/.aider.conf.yml に設定ファイル
openai-api-key: "sk-proj-***********************************"
api-key:
  - gemini=AI**************

dark-mode: true

set-env:
  - AIDER_EDITOR=vim

基本的なコマンド

  • /add: 読み込むファイルを追加
  • /undo: aiderの行動を取り消す
  • /exit: aiderを終了する


aiderllm Share Tweet