Skip to content

Commit c2dfdd4

Browse files
authored
Merge pull request #6 from flare-foundation/add-docker
fix(env): update example env
2 parents 5a73de7 + d29020b commit c2dfdd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.env.example

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Google Gemini AI
22
GEMINI_API_KEY=your_gemini_api_key
3-
TUNED_MODEL_NAME=pugo-hilion
3+
TUNED_MODEL_NAME=agent-pugo-hilion
44

55
# Twitter/X Bot Settings
6-
ENABLE_TWITTER=true
6+
ENABLE_TWITTER=false
77
X_API_KEY=your_twitter_api_key
88
X_API_KEY_SECRET=your_twitter_api_secret
99
X_ACCESS_TOKEN=your_twitter_access_token
@@ -14,13 +14,13 @@ TWITTER_ACCOUNTS_TO_MONITOR=@YourAccount,@AnotherAccount,keyword
1414
TWITTER_POLLING_INTERVAL=60
1515

1616
# Telegram Bot Settings
17-
ENABLE_TELEGRAM=true
17+
ENABLE_TELEGRAM=false
1818
TELEGRAM_API_TOKEN=your_telegram_bot_token
1919
TELEGRAM_ALLOWED_USERS=2323233,32234 # empty to allow all accounts to interact with the bot
2020
TELEGRAM_POLLING_INTERVAL=5
2121

2222
# Fine-tuning Parameters
2323
TUNING_SOURCE_MODEL=models/gemini-1.5-flash-001-tuning
24-
TUNING_EPOCH_COUNT=100
24+
TUNING_EPOCH_COUNT=20
2525
TUNING_BATCH_SIZE=4
2626
TUNING_LEARNING_RATE=0.001

0 commit comments

Comments
 (0)