-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathconfig.toml
More file actions
36 lines (31 loc) · 847 Bytes
/
Copy pathconfig.toml
File metadata and controls
36 lines (31 loc) · 847 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
32
33
34
35
36
# Legacy one-time migration input.
#
# When runtime_config is absent, these values are imported into the database.
# After that, this file is ignored and all changes belong in the Mini App.
[bot]
parse_mode = "HTML"
disable_link_preview = true
drop_pending_updates = false
reply_batch_timeout_seconds = 45
memory_recent_messages = 500
memory_retention_days = 7
memory_archive_max_messages_per_group = 50000
memory_recall_enabled = true
memory_recall_max_results = 8
memory_automatic_compaction = false
[bot.main_model]
temperature = 0.7
max_tokens = 2048
[bot.decision_model]
temperature = 0.1
max_tokens = 512
[bot.moderation_model]
temperature = 0.1
max_tokens = 1024
[moderation]
enabled = true
warn_threshold = 3
high_confidence_threshold = 0.9
challenge_timeout_seconds = 600
bot_screening_enabled = true
bot_screening_message_count = 5