forked from owainlewis/push
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml.example
More file actions
31 lines (26 loc) · 932 Bytes
/
Copy pathconfig.toml.example
File metadata and controls
31 lines (26 loc) · 932 Bytes
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
# Telegram quick start.
channel = "telegram"
agent = "codex"
assistant_root = "~/Code/assistant"
# Pi is also supported. Install and authenticate it first, then use:
# agent = "pi"
[telegram]
# Paste the token from BotFather here. Keep this file private.
bot_token = "replace-with-the-token-from-BotFather"
# Replace this once with your numeric Telegram user ID.
allow_user_ids = [123456789]
# Slack alternative. See docs/slack.md.
# channel = "slack"
# [slack]
# app_token = "xapp-..." # Prefer SLACK_APP_TOKEN.
# bot_token = "xoxb-..." # Prefer SLACK_BOT_TOKEN.
# allow_user_ids = ["U012ABCDEF"]
# Required when a job contains an enabled cron trigger.
# [primary_delivery]
# channel = "telegram"
# target = "123456789"
[voice]
# Optional. Uncomment to enable voice transcription and spoken replies.
# openai_api_key = "replace-with-your-openai-api-key"
# Optional. Spoken replies default to the Cedar voice.
# name = "cedar"