diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-17 22:59:23 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-17 22:59:23 +0300 |
| commit | 04e8c80a94cc4e7e804f1edb63438e049bc5c531 (patch) | |
| tree | b108837fe18c87751d65a661748af8f0cf55f0fe | |
| parent | ac54a6e8a7c129e5e0820a02d0fa4957574ae30a (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/ai.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/fish/conf.d/ai.fish b/dotfiles/fish/conf.d/ai.fish index 1f5dcd1..23ce2b2 100644 --- a/dotfiles/fish/conf.d/ai.fish +++ b/dotfiles/fish/conf.d/ai.fish @@ -6,7 +6,7 @@ abbr -a aic 'aichat -e' # helix-gpt env vars used # set -gx COPILOT_MODEL gpt-4.1 # can be changed with aimodels function -set -gx COPILOT_MODEL gpt-5 # can be changed with aimodels function +set -gx COPILOT_MODEL gpt-4o # can be changed with aimodels function set -gx HANDLER copilot # TODO: also reconfigure aichat tool using this function |
