summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-28 23:11:14 +0300
committerPaul Buetow <paul@buetow.org>2025-07-28 23:11:14 +0300
commitc4e2956c207a1a276c3efb2523cc06a46f182678 (patch)
tree6a9ca90521784712e951b4d231d5b2f188ab82b1
parent8b2285c0b2899226776efd6284dddf451f9d1557 (diff)
add more aimodels
-rw-r--r--dotfiles/fish/conf.d/ai.fish4
1 files changed, 3 insertions, 1 deletions
diff --git a/dotfiles/fish/conf.d/ai.fish b/dotfiles/fish/conf.d/ai.fish
index 5692643..b1b98f7 100644
--- a/dotfiles/fish/conf.d/ai.fish
+++ b/dotfiles/fish/conf.d/ai.fish
@@ -19,7 +19,9 @@ function aimodels
gpt-o3
gpt-4.1
claude-3.7-sonnet
-claude-3.7-sonnet-thought" >~/.aimodels
+claude-3.7-sonnet-thought
+claude-4.0-sonnet
+gemini-2.5-pro" >~/.aimodels
set -gx COPILOT_MODEL (cat ~/.aimodels | fzf)