forked from FujiwaraChoki/MoneyPrinterV2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
26 lines (26 loc) · 873 Bytes
/
config.json
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
{
"verbose": true,
"firefox_profile": "/MoneyPrinterV2/.mozilla/firefox/*.default",
"headless": true,
"twitter_language": "English",
"llm": "gpt4",
"image_prompt_llm": "gpt35_turbo",
"image_model": "prodia",
"threads": 2,
"zip_url": "https://huggingface.co/ROSHANES/Songs/resolve/main/Songs.zip?download=true",
"is_for_kids": false,
"google_maps_scraper": "https://github.com/gosom/google-maps-scraper/archive/refs/tags/v0.9.7.zip",
"email": {
"smtp_server": "smtp.gmail.com",
"smtp_port": 587,
"username": "",
"password": ""
},
"google_maps_scraper_niche": "",
"scraper_timeout": 300,
"outreach_message_subject": "I have a question...",
"outreach_message_body_file": "outreach_message.html",
"assembly_ai_api_key": "e9c253a938184370becdf77f2a9e6a4",
"font": "bold_font.ttf",
"imagemagick_path": "/usr/bin/convert"
}