You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
729 B

#工作模式
App_Work_type: 0 #开发模式,只允许单步模式
#线程休眠的时间
sleep_time: 20
2 months ago
#日志记录
file_log_level: INFO #是否记录日志
show_log_level: DEBUG #日志记录级别
log_dir: logs
#远程数据库 --- 香橙派用不了
DBType: 0 #0--mysql,1--sqlite
mysql:
host: 127.0.0.1
port: 3306
user: root
passwd: anan2013@BABY
database: zfsafe
#LLM-Type
LLM_max_chain_count: 10 #为了避免推理链过长,造成推理效果变差,应该控制一个推理链的长度上限
2 months ago
#用户初始密码
pw: zfkj_123!@#
#服务器端socket
1 week ago
serverURL: www.czzfkj.cn
#node_tree_file_name
TreeFile: tree_data/attack_tree
#task
Task_max_threads: 5
1 week ago
Python_max_procs: 3
LLM_max_threads: 1