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