A simple Telegram bot for LLM chat.
Create a .env
file in the project root directory with the following variables:
RUST_LOG=info
TELOXIDE_TOKEN=<telegram-bot-token>
OPENAI_API_BASE=<llm-provider-api-base>
OPENAI_API_KEY=<llm-provider-api-key>
Licensed under Apache License, Version 2.0.