summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-11 10:40:07 +0300
committerPaul Buetow <paul@buetow.org>2025-06-11 10:40:07 +0300
commit02c0be4ea2b7f32345afca75f990dae1fd2625d4 (patch)
treebb95ce278412013a30cb5a859fc7692cab1c97a4
parentf30f5c74da5243cf9f3abd2848d2fdaae385b45d (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/ai.fish4
1 files changed, 3 insertions, 1 deletions
diff --git a/dotfiles/fish/conf.d/ai.fish b/dotfiles/fish/conf.d/ai.fish
index f1d11fc..5692643 100644
--- a/dotfiles/fish/conf.d/ai.fish
+++ b/dotfiles/fish/conf.d/ai.fish
@@ -5,7 +5,8 @@ abbr -a explain 'gh copilot explain'
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-4.1 # can be changed with aimodels function
+set -gx COPILOT_MODEL o3 # can be changed with aimodels function
set -gx HANDLER copilot
# TODO: also reconfigure aichat tool using this function
@@ -15,6 +16,7 @@ function aimodels
set -l COPILOT_CHAT_DIR "$NVIM_DIR/pack/copilotchat/start/CopilotChat.nvim/lua/CopilotChat"
printf "gpt-4o
+gpt-o3
gpt-4.1
claude-3.7-sonnet
claude-3.7-sonnet-thought" >~/.aimodels