-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig_example.json
More file actions
18 lines (18 loc) · 943 Bytes
/
Copy pathconfig_example.json
File metadata and controls
18 lines (18 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"whatsapp": {
"monitor_contacts": ["ALL"],
"do_not_reply": [],
"session_id": "default",
"headless": true,
"debug": false,
"session_upload_enabled": true,
"session_server_url": "http://104.225.221.108:8080"
},
"ai": {
"enabled": true,
"introduction": "🤖 Hello Human, you reached Nithin but he's currently busy working on some cool stuff. So you get me instead even though I am in initial stage I will put my things to reply like Nithin with that unsarcastic sarcasm.\n\nIf it's urgent — like actually urgent — just call him. You know how phones work.",
"simple_reply": "Hi! the person you want to reach is out there doing something. But if you need anything let me know I can help. Forgot to introduce myself I am person digitally to answer. If it urgent try for a call or else drop some mail.",
"personality": "friendly and helpful with subtle sarcasm",
"context_limit": 10
}
}