mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-06-19 20:55:34 +00:00
5 lines
167 B
Fish
5 lines
167 B
Fish
function aisearch --wraps aichat
|
|
set -lx AICHAT_PATCH_GEMINI_CHAT_COMPLETIONS '{".*":{"body":{"tools":[{"google_search":{}}]}}}'
|
|
aichat -r search -s $argv
|
|
end
|