mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
4 lines
167 B
Fish
4 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
|