mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-04-03 16:30:12 +00:00
5 lines
133 B
Fish
5 lines
133 B
Fish
function adr --wraps aider
|
|
set -lx OPENAI_BASE_URL http://localhost:8080/v1
|
|
set -lx OPENAI_API_KEY local
|
|
aider $argv
|
|
end
|