summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-03 22:22:44 +0300
committerPaul Buetow <paul@buetow.org>2025-10-03 22:22:44 +0300
commitdab318ea915bc32bb22ea4472d6e19ad268dbb61 (patch)
tree97016b2589216c9058ae338f41c5275bfdd80dca
parent027e58e8665c4048fd474f1c25d6daad19185ea1 (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 07cad76..0ae3ba3 100644
--- a/dotfiles/fish/conf.d/ai.fish
+++ b/dotfiles/fish/conf.d/ai.fish
@@ -8,7 +8,7 @@ abbr -a aic 'aichat -e'
# set -gx COPILOT_MODEL gpt-4.1 # can be changed with aimodels function
set -gx COPILOT_MODEL gpt-4o # can be changed with aimodels function
set -gx HANDLER copilot
-set -gx HEXAI_MODEL copilot
+set -gx HEXAI_PROVIDER copilot
# TODO: also reconfigure aichat tool using this function
function aimodels