forked from recallnet/recall-alpha-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
45 lines (33 loc) · 1.14 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Required environment variables
OPENAI_API_KEY=
SOL_PRIVATE_KEY=
TWITTER_USERNAME=
TWITTER_PASSWORD=
TWITTER_EMAIL=
# Recall environment variables
RECALL_PRIVATE_KEY=
RECALL_BUCKET_ALIAS="logs"
RECALL_COT_LOG_PREFIX="cot"
RECALL_BATCH_SIZE=4 # Optional CoT batch size in KB, defaults to 4KB
RECALL_SYNC_INTERVAL=120000 # Optional length in ms, defaults to 2 minutes (120000ms)
RECALL_NETWORK="testnet" # Optional network name, defaults to testnet
# If using Postgres
POSTGRES_URL=
# Single comma-separated string of Twitter accounts to track
TWITTER_ACCOUNTS=
TWITTER_DRY_RUN=false
#POST INTERVAL RANDOM MIN-MAX MINUTES
POST_INTERVAL_MIN=10
POST_INTERVAL_MAX=30
# The maximum number of days a token's Twitter account can be live in order to be considered for posting alpha
MAX_ACCOUNT_AGE_DAYS=14 # lower value = more alpha, default 14
#USE IMAGE GEN
IMAGE_GEN= #TRUE
#Leave blank to use local embeddings
USE_OPENAI_EMBEDDING=TRUE
# Main server port
SERVER_PORT=3000
# When true, disables interactive chat mode for background process operation
DAEMON_PROCESS=false
# Optional: Single comma-separated string of Twitter accounts to track
TWITTER_TARGET_USERS=