this is a telegram bot which you can use to search for a particular topic on the internet and answer it using gaianet ai
I'm creating a telegram bot for living knowledge system, so the way i do it is first i'm searching about the topic on the internet using brave search api, then i'm using gaianet ai node to then pick which one is the closest to the question, after that i browse the page that are picked by the ai, then i'm using ai again to answer the question asked based on the data provided, be careful thought sometimes the answer is hallucinate, this is still far from perfect but i think it is easier now to search for some topic then answer it using AI, instead of searching it one by one manually
this is the bot: https://t.me/livingknowledgeai_bot
for the node i use you can see the code here https://github.com/koisose/living-knowledge-telegram-bot/blob/main/app/api/livingknowledge/route.ts#L110
i create a bot using botfather then i'm using nextjs for the js framework i also use vps to deploy it