From 02c0be4ea2b7f32345afca75f990dae1fd2625d4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 11 Jun 2025 10:40:07 +0300 Subject: Update --- dotfiles/fish/conf.d/ai.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3