Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Google Gemini AI
GEMINI_API_KEY=your_gemini_api_key
TUNED_MODEL_NAME=pugo-hilion
TUNED_MODEL_NAME=agent-pugo-hilion

# Twitter/X Bot Settings
ENABLE_TWITTER=true
ENABLE_TWITTER=false
X_API_KEY=your_twitter_api_key
X_API_KEY_SECRET=your_twitter_api_secret
X_ACCESS_TOKEN=your_twitter_access_token
Expand All @@ -14,13 +14,13 @@ TWITTER_ACCOUNTS_TO_MONITOR=@YourAccount,@AnotherAccount,keyword
TWITTER_POLLING_INTERVAL=60

# Telegram Bot Settings
ENABLE_TELEGRAM=true
ENABLE_TELEGRAM=false
TELEGRAM_API_TOKEN=your_telegram_bot_token
TELEGRAM_ALLOWED_USERS=2323233,32234 # empty to allow all accounts to interact with the bot
TELEGRAM_POLLING_INTERVAL=5

# Fine-tuning Parameters
TUNING_SOURCE_MODEL=models/gemini-1.5-flash-001-tuning
TUNING_EPOCH_COUNT=100
TUNING_EPOCH_COUNT=20
TUNING_BATCH_SIZE=4
TUNING_LEARNING_RATE=0.001