diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-09 11:57:28 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-09 11:57:28 +0300 |
| commit | 48518c8daeaa34baf716edfe9f8298b16d6238dc (patch) | |
| tree | b3c7b152fd268992516465e9bd607a5a07c20954 | |
| parent | c083127ceb3bc950e2dcd341d1b8e741f56a9199 (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 2ffd19d..d72867d 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 o3 # can be changed with aimodels function +set -gx COPILOT_MODEL gpt-5 # can be changed with aimodels function set -gx HANDLER copilot # TODO: also reconfigure aichat tool using this function |
