summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-17 22:59:23 +0300
committerPaul Buetow <paul@buetow.org>2025-09-17 22:59:23 +0300
commit04e8c80a94cc4e7e804f1edb63438e049bc5c531 (patch)
treeb108837fe18c87751d65a661748af8f0cf55f0fe
parentac54a6e8a7c129e5e0820a02d0fa4957574ae30a (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/ai.fish2
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