I'm building telegram bot working with LLMs https://t.me/experai_bot?start=cj1obl9vY3RfMjU . Core ideas are

* LLMs are accessible where telegram is accessible

* Multitude of models to choose from (chatgpt, claude, gemini) and more is coming.

* Full control over the bot behaviour is in user's hands: I don't add any system messages or temperature/top_p. I give UI for full control over system messages, temperature, top_p, thinking, web searching/scrapping and more to come.

* Q/A like context handling. Context is not carried through the whole bot, it's rather carried through chaing of replies. Naturally could be branched or use various models cross messages.

--

This is my hobby project and one of main tools for working with LLMs, thus I'm going to stick to it for quite a while.