Files
Nick Ninov a0f7201a81 bot: Dynamic Group Chat properties
- Make properties dynamic. Other members can add members and update the group chat's name.
- `Account` and `GroupChat` can reply to messages
- Update agents documentation
2026-08-04 18:17:38 +03:00

15 lines
488 B
Plaintext

# Status Account setup
PASSWORD = "your-password-here"
NAME = "status-display-name"
MNEMONIC = "phrase_1 phrase_2 phrase_3 phrase_4 phrase_5 phrase_6 phrase_7 phrase_8 phrase_9 phrase_10 phrase_11 phrase_12"
ALCHEMY_TOKEN = "your-alchemy-token"
COINGECKO_API_KEY = "your-coingecko-api-key"
INFURA_TOKEN = "your-infura-token"
# LLM setup
GROQ_API_KEY = "your-groq-api-key"
GROQ_MODEL = "groq-model-name"
# Monitor messages from provided public key
FROM_PUBLIC_KEY = "account-public-key"