Tuchuanhuhuhu commited on
Commit
c6fcb5e
·
1 Parent(s): d0862ed

bugfix: 加入渲染 LaTex 的 flag

Browse files
Files changed (1) hide show
  1. config_example.json +1 -0
config_example.json CHANGED
@@ -16,6 +16,7 @@
16
  // "https_proxy": "http://127.0.0.1:1079",
17
  // "http_proxy": "http://127.0.0.1:1079",
18
  // 是否默认渲染LaTeX
 
19
  "users": [], // 用户列表,[[用户名1, 密码1], [用户名2, 密码2], ...]
20
  "local_embedding": false, //是否在本地编制索引
21
  "hide_history_when_not_logged_in": false, //未登录情况下是否不展示对话历史
 
16
  // "https_proxy": "http://127.0.0.1:1079",
17
  // "http_proxy": "http://127.0.0.1:1079",
18
  // 是否默认渲染LaTeX
19
+ "render_latex": true,
20
  "users": [], // 用户列表,[[用户名1, 密码1], [用户名2, 密码2], ...]
21
  "local_embedding": false, //是否在本地编制索引
22
  "hide_history_when_not_logged_in": false, //未登录情况下是否不展示对话历史