forked from Headcrab/telecodex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtelecodex.toml.example
More file actions
31 lines (29 loc) · 890 Bytes
/
Copy pathtelecodex.toml.example
File metadata and controls
31 lines (29 loc) · 890 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
db_path = "telecodex.sqlite3"
startup_admin_ids = [123456789]
poll_timeout_seconds = 30
edit_debounce_ms = 900
max_text_chunk = 3500
tmp_dir = "/absolute/path/to/telecodex/tmp"
[telegram]
bot_token_env = "TELEGRAM_BOT_TOKEN"
api_base = "https://api.telegram.org"
use_message_drafts = true
primary_forum_chat_id = -1001234567890
auto_create_topics = false
forum_sync_topics_per_poll = 2
stale_topic_days = 30
stale_topic_action = "close"
[codex]
binary = "codex"
default_cwd = "/absolute/path/to/telecodex"
# Omit default_model to follow the Codex CLI default, or set a model listed by /model.
default_reasoning_effort = "medium"
default_sandbox = "workspace-write"
default_approval = "never"
default_search_mode = "disabled"
import_desktop_history = true
import_cli_history = true
seed_workspaces = ["/absolute/path/to/workspace-a"]
default_add_dirs = [
"/absolute/path/to/workspace"
]