-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.example.ini
More file actions
83 lines (71 loc) · 1.78 KB
/
Copy pathconfig.example.ini
File metadata and controls
83 lines (71 loc) · 1.78 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
[common]
; 登录配置(优先 Cookie 登录,规避账号密码风控)
use_cookies = true
username =
password =
course_list =
; 核心防风控:模拟真人行为
speed = 0.8
jobs = 1
notopen_action = continue
request_delay = 5.0
login_retry_interval = 20
; 强制扫描未提交节点
force_recheck = true
scan_unsubmitted_only = true
process_unsubmitted_first = true
retry_unsubmitted_times = 0
; 节点扫描风控优化
ignore_finished_flag = false
only_process_answer_task = false
scan_interval = 10.0
[tiku]
; AI 服务商核心配置(按需填写 key;本地题库无需 key)
provider = TikuLocal
bailian_key =
check_llm_connection = false
; 提交核心配置
submit = true
cover_rate = 0.5
disable_random_answer = false
mixed_answer_allow = true
submit_delay = 5.0
; 防检测 + AI 调用风控优化
delay = 12.0
likeapi_retry = true
likeapi_retry_times = 0
min_interval_seconds = 5
ai_request_timeout = 20
; 本地题库配置
enable_local_cache = true
cache_ttl = 8640000
cache_file = local_answer_cache.json
cache_match_mode = fuzzy
cache_min_similarity = 0.9
cache_ignore_punctuation = true
cache_backup = true
cache_backup_path = backup/
; 通用配置(OpenAI 兼容接口,可选)
tokens =
likeapi_search = false
likeapi_vision = true
likeapi_model = glm-4.5-air
url =
endpoint =
key =
model =
http_proxy =
; 硅基流动 AI 专属配置
siliconflow_key =
siliconflow_model = deepseek-ai/DeepSeek-V3
siliconflow_endpoint = https://api.siliconflow.cn/v1/chat/completions
; 阿里云百炼专属配置
bailian_model = qwen-plus
bailian_endpoint = https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions
; 判断题答案匹配规则
true_list = 正确,对,√,是
false_list = 错误,错,×,否,不对,不正确
[notification]
provider = ServerChan
url =
tg_chat_id =