Open
Description
Looking at the documentation for Gemini API I see that Google Search can be used as a tool even with the REST API. Does that mean that the Google search is run on the server and not locally? And could we get this functionality using Gemini with gptel?
I tried adding
"tools": [
{
"google_search": {}
}
]
to the JSON request sent by gptel but that resulted in a HTTP/2 404
error "Could not parse HTTP response"
.
Sorry if I don't understand how this works. Web search enhanced Gemini answers in gptel chat would be so awesome!