Comment by hedora
7 months ago
Append a "?" to the end of the kagi query. It runs what appears to be a ChatGPT RAG query backed by a search engine index, and puts the results at the top of the normal search engine result page. It greatly outperforms any other LLM I've played with, and, as a bonus, each paragraph in the response contains working hyperlinks to primary sources.
If you don't want to pay Kagi or login, you can play with it here:
(no need to append "?" when you run queries through that form).
I didn't know it runs an LLM when you append a "?", but for any Kagi-users out there, you can use the bang: !fgpt $QUERY if you automatically want to jump to an LLM.
The !fgpt-bang seems to be the model: "Claude 3 Haiku" going by the developer notes. Which often outperforms at least ChatGPT 3.5, easily recouping some of the money I put into Kagi every month.
Thanks for the tip, I’ll give it a try