diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-14 23:53:46 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-14 23:53:46 +0300 |
| commit | 32b48ebc930d848f8f90b9cf42418bdb7d04006a (patch) | |
| tree | 465a8f1729ca6e6846f4a21082c4446756862208 | |
| parent | e69c94f90bf605296fec124547a13185123c0392 (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/ai.fish | 2 |
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 |
