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.

41 lines
886 B

#工作模式
App_Work_type: 0 #0-开发模式,只允许单步模式 1-生产模式 包裹下的逻辑可以正常执行
max_run_task: 3 #允许同时运行的任务数
#线程休眠的时间
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
LLM_max_chain_count: 10 #为了避免推理链过长,造成推理效果变差,应该控制一个推理链的长度上限
2 months ago
#Node
max_do_sn: 15 #同一节点最多执行5次指令
2 months ago
#用户初始密码
pw: zfkj_123!@#
#服务器端socket
serverURL: www.czzfkj.cn
#node_tree_file_name
TreeFile: tree_data/attack_tree
#task
Task_max_threads: 5
Python_max_procs: 3
LLM_max_threads: 1