-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
88 lines (88 loc) · 2.75 KB
/
config.json
File metadata and controls
88 lines (88 loc) · 2.75 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"monitor_index": 1,
"capture_source": "window",
"capture_width": 950,
"capture_height": 280,
"center_offset_x": 0,
"center_offset_y": 275,
"capture_interval_seconds": 0.08,
"active_capture_interval_seconds": 0.08,
"idle_capture_interval_seconds": 0.35,
"active_round_count": 8,
"active_round_linger_seconds": 20.0,
"submission_cooldown_seconds": 8.0,
"unsolved_retry_seconds": 0.25,
"pending_api_submit_grace_seconds": 12.0,
"yellow_hsv_lower": [
12,
90,
90
],
"yellow_hsv_upper": [
45,
255,
255
],
"mask_dilate_iterations": 1,
"min_ocr_confidence": 0.68,
"target_window_title_contains": "Divine MU Season 21 - Powered by IGCN - Name:",
"target_window_exact_title": "",
"target_window_index": 0,
"target_window_visible_only": true,
"focus_window_title_contains": "MU",
"focus_window_before_submit": true,
"require_window_match": true,
"submit_backend": "directinput",
"auto_submit": true,
"open_chat_before_submit": true,
"open_chat_key": "enter",
"submit_command_word": "scramble",
"submit_text_template": "/scramble {answer}",
"submit_key": "enter",
"key_hold_seconds": 0.0356,
"typing_interval_seconds": 0.0051,
"pre_submit_delay_seconds": 0.1,
"post_submit_delay_seconds": 0.05,
"require_letter_match": true,
"show_overlay": false,
"overlay_title": "MU Unscramble Bot",
"overlay_width": 760,
"overlay_height": 300,
"overlay_top_offset": 20,
"overlay_left_offset": 0,
"overlay_topmost": true,
"show_live_ocr_overlay": true,
"live_ocr_max_lines": 6,
"test_api_on_startup": false,
"api_test_prompt": "What is 2+2? Reply with only 4.",
"api_test_timeout_seconds": 20.0,
"ocr_history_frames": 6,
"ocr_line_log_enabled": true,
"ocr_line_log_path": "data\\puzzle_area_text_log.csv",
"ocr_line_log_dedupe_seconds": 10.0,
"question_memory_enabled": true,
"question_memory_path": "data\\question_memory.csv",
"question_memory_fuzzy_match": true,
"question_memory_fuzzy_cutoff": 0.96,
"memory_only_mode": false,
"local_dictionary_enabled": false,
"local_dictionary_unique_only": true,
"local_dictionary_max_words": 250000,
"local_dictionary_path": "data\\local_dictionary.txt",
"solver_order": [
"capital-city",
"anagram",
"openai"
],
"openai_model": "qwen/qwen3.6-plus:free",
"openai_reasoning_effort": "",
"online_solver_timeout_seconds": 1.8,
"openai_send_hint": false,
"update_repository": "Jason-Root/mu-project",
"github_answer_sheet_enabled": true,
"github_answer_sheet_repository": "Jason-Root/mu-project",
"github_answer_sheet_branch": "main",
"github_answer_sheet_path": "data/question_memory.csv",
"github_answer_sheet_sync_interval_seconds": 30.0,
"github_answer_sheet_commit_message": "Update community answer sheet"
}