summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-17 08:37:06 +0300
committerPaul Buetow <paul@buetow.org>2025-08-17 08:37:06 +0300
commit8823a763c10462fc44979157b7525962dc976b7c (patch)
tree8c17b41e3f66940c2b09e842852f90cf34e88caa
parenta60df971ccdf0db3315f2f52360955c92479b44e (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/ai.fish3
1 files changed, 0 insertions, 3 deletions
diff --git a/dotfiles/fish/conf.d/ai.fish b/dotfiles/fish/conf.d/ai.fish
index 87b2b1e..6d02551 100644
--- a/dotfiles/fish/conf.d/ai.fish
+++ b/dotfiles/fish/conf.d/ai.fish
@@ -9,9 +9,6 @@ abbr -a aic 'aichat -e'
set -gx COPILOT_MODEL gpt-5 # can be changed with aimodels function
set -gx HANDLER copilot
-# Used for Hexai
-set -gx OPENAI_MODEL $COPILOT_MODEL
-
# TODO: also reconfigure aichat tool using this function
function aimodels
# nvim for the ai tool wrapper so i can use Copilot Chat from the command line.