-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.local.example
132 lines (112 loc) · 2.65 KB
/
.env.local.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# You must first activate a Billing Account here: https://platform.openai.com/account/billing/overview
# Then get your OpenAI API Key here: https://platform.openai.com/account/api-keys
OPENAI_API_KEY=xxxxxxx
# You must first create an OpenAI Assistant here: https://platform.openai.com/assistants
# Then get your Assistant ID here: https://platform.openai.com/assistants
ASSISTANT_ID=xxxxxxx
# If you choose to use external files for attachments, you will need to configure a Vercel Blob Store.
# Instructions to create a Vercel Blob Store here: https://vercel.com/docs/storage/vercel-blob
BLOB_READ_WRITE_TOKEN=xxxxxxx
# used for storing the generated cover letter COUNTER ('counter-cover-letters') in a KV store
KV_URL=XXXXXXXX
KV_REST_API_URL=XXXXXXXX
KV_REST_API_TOKEN=XXXXXXXX
KV_REST_API_READ_ONLY_TOKEN=XXXXXXXX
LANGFUSE_SECRET_KEY="sk-lf-..."
LANGFUSE_PUBLIC_KEY="pk-lf-..."
LANGFUSE_BASEURL="https://cloud.langfuse.com" # 🇪🇺 EU region
# LANGFUSE_BASEURL="https://us.cloud.langfuse.com" # 🇺🇸 US region
WEBSEARCH_TIMEOUT=3500 # in milliseconds
# if it's defined, block websites from this list.
WEBSEARCH_BLOCKLIST=`[
// Social Media
"facebook.com",
"instagram.com",
"pinterest.com",
"reddit.com",
"snapchat.com",
"tiktok.com",
"tumblr.com",
"twitter.com",
// Video Platforms
"dailymotion.com",
"disney.com",
"disneyplus.com",
"hulu.com",
"netflix.com",
"twitch.tv",
"vimeo.com",
"youtube.com",
// Adult Content
"onlyfans.com",
"pornhub.com",
"xvideos.com",
// Entertainment
"imdb.com",
"rottentomatoes.com",
"soundcloud.com",
"spotify.com",
// Gaming
"epicgames.com",
"nintendo.com",
"playstation.com",
"steam.com",
"xbox.com",
// Shopping
"aliexpress.com",
"amazon.com",
"ebay.com",
"etsy.com",
"shopify.com",
"walmart.com",
// News/Media
"bbc.com",
"bloomberg.com",
"buzzfeed.com",
"cnn.com",
"forbes.com",
"foxnews.com",
"nytimes.com",
"techcrunch.com",
// Sports
"espn.com",
"fifa.com",
"nba.com",
"nfl.com",
// Personal Blogs/Forums
"blogger.com",
"medium.com",
"quora.com",
"substack.com",
"wordpress.com",
// File Sharing
"dropbox.com",
"mega.nz",
"mediafire.com",
// Dating
"tinder.com",
"bumble.com",
"okcupid.com",
"match.com",
// Gambling
"bet365.com",
"draftkings.com",
"pokerstars.com",
// Cryptocurrency
"binance.com",
"coinbase.com",
"crypto.com",
// Social News
"9gag.com",
"imgur.com",
"digg.com",
// Other
"fiverr.com",
"upwork.com",
"craigslist.org",
"yelp.com",
"wikipedia.org",
]`
# Docker browserless image running on Fly.io
PUPPETEER_HOST=XXXXXXXX.fly.dev
PUPPETEER_TOKEN=XXXXXXXX