From 48518c8daeaa34baf716edfe9f8298b16d6238dc Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 9 Aug 2025 11:57:28 +0300 Subject: Update --- dotfiles/fish/conf.d/ai.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3