15 lines
280 B
Plaintext
15 lines
280 B
Plaintext
# Discord Bot Configuration
|
|
DISCORD_TOKEN=your_discord_token_here
|
|
DISCORD_BOT_PREFIX=!
|
|
|
|
# Training Configuration
|
|
WANDB_API_KEY=your_wandb_key_here
|
|
WANDB_PROJECT=lyra-training
|
|
|
|
# Model Configuration
|
|
MODEL_SIZE=125M
|
|
CONTEXT_LENGTH=1024
|
|
BATCH_SIZE=8
|
|
|
|
# Database
|
|
DATABASE_PATH=lyra.db |