Yeah I get that AI isn’t just LLMs.
For my case I’m planning to use pyTelegramBotAPI with OpenAI’sAPI through the openai library,
and store conversation context so the bot can handle incremental requests. I’m brushing up on OOP so I can structure the handlers cleanly. Do you think async would make sense here or just stick to sync first?