AI model changes

This commit is contained in:
mitchell 2025-04-14 08:25:32 -04:00
parent 44697ec5bf
commit 38d5c4a29c
3 changed files with 16 additions and 1 deletions

View file

@ -1,4 +1,4 @@
function aisearch --wraps aichat
set -lx AICHAT_PATCH_GEMINI_CHAT_COMPLETIONS '{".*":{"body":{"tools":[{"google_search":{}}]}}}'
aichat -r search -s $argv
aichat -r search $argv
end

View file

@ -17,6 +17,7 @@ function define_aliases -a uname -d 'Defines aliases for commonly used commands'
alias nv 'neovide --fork; and clear'
alias hx helix
alias ai aichat
alias ais aisearch
switch "$uname"
case Linux