summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-14 23:53:46 +0300
committerPaul Buetow <paul@buetow.org>2025-10-14 23:53:46 +0300
commit32b48ebc930d848f8f90b9cf42418bdb7d04006a (patch)
tree465a8f1729ca6e6846f4a21082c4446756862208
parente69c94f90bf605296fec124547a13185123c0392 (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 f44df0f..aa9c9f1 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_PROVIDER openai
+# set -gx HEXAI_PROVIDER copilot
# TODO: also reconfigure aichat tool using this function
function aimodels