This project creates a Telegram bot that utilizes a large language model (LLM) to answer your questions. You can interact with the bot by sending questions directly in Telegram.
### Features
* Answer your questions using a powerful LLM (currently using LLAMA 3 as an example).
* Interact with the bot directly in Telegram.
### Prerequisites
* Java development environment (e.g., IntelliJ IDEA, NetBeans)
* Telegram account
### Installation
1. Create a Telegram Bot
* Visit [From BotFather to 'Hello World'](https://core.telegram.org/bots/tutorial) on Telegram and create a new bot.
* You'll receive a bot token. Store this securely (e.g., environment variables)