diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-03 22:22:26 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-03 22:22:26 +0300 |
| commit | 027e58e8665c4048fd474f1c25d6daad19185ea1 (patch) | |
| tree | f91a0ea22c2fe901b0280a4586d5d3edb4daca5c | |
| parent | 3dcc91e4bee3c618a544ef79132c027d3a863cab (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/ai.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/ai.fish b/dotfiles/fish/conf.d/ai.fish index 23ce2b2..07cad76 100644 --- a/dotfiles/fish/conf.d/ai.fish +++ b/dotfiles/fish/conf.d/ai.fish @@ -8,6 +8,7 @@ abbr -a aic 'aichat -e' # set -gx COPILOT_MODEL gpt-4.1 # can be changed with aimodels function set -gx COPILOT_MODEL gpt-4o # can be changed with aimodels function set -gx HANDLER copilot +set -gx HEXAI_MODEL copilot # TODO: also reconfigure aichat tool using this function function aimodels |
