-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
28 lines (22 loc) · 986 Bytes
/
config.yaml
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
General:
sandbox_mode: false # run in sandbox mode (no outbound SMS or Telegram)
threaded_inbound: false # run inbound message processing in a separate thread
dev_phone: "12223334455" # phone number for auth when running locally
default_timezone: "US/Eastern" # default timezone for user
Security:
validate_twilio_inbound: true
validate_telegram_inbound: true
Weather:
default_city: New York # default city for weather lookup
Groceries:
translation: false # support classification of foreign items
full_dt_format: "%Y-%m-%d %H-%M-%S" # no need to change this
Cocktails:
result_limit: 3 # number of results to return
GPT:
base_openai_model: gpt-4o
temperature: 0
console_agent: false # print verbosely to console
Telegram:
voice_note_responses: false # when spoken to, include a voice note response
threaded_inbound: true # process Telegram in a thread. This should always be on, except for isolated test cases.