diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-28 23:11:14 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-28 23:11:14 +0300 |
| commit | c4e2956c207a1a276c3efb2523cc06a46f182678 (patch) | |
| tree | 6a9ca90521784712e951b4d231d5b2f188ab82b1 | |
| parent | 8b2285c0b2899226776efd6284dddf451f9d1557 (diff) | |
add more aimodels
| -rw-r--r-- | dotfiles/fish/conf.d/ai.fish | 4 |
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) |
