A Telegram chatbot.
- Chat with GPT models using Telegram interface
- Configurable via configuration file
- Redis-backed storage for chat history
nekobot -c config.toml
Directly send password to bot
Create a config.toml
file with:
redis_url = ""
password = ""
context_length = 0
log_level = ""
system_prompt = """"""
enable_msg = ""
reset_msg = ""
quening_msg = ""
concurrency = 0
[bot]
token = ""
proxy = "" (optional)
[text]
api_key = ""
api_base = ""
model = ""
provider = ""
proxy = "" (optional)
temperature = 0.0
max_tokens = 0
top_p = 0.0
Provider: openai for openai-compatible apis
cargo build --release
/retry : retry to generate completion /regenerate : regenerate
MIT