Keldos commited on
Commit
5546927
·
1 Parent(s): c6fcb5e

Revert & fix: config中LaTeX的flag

Browse files

This reverts commit c6fcb5ed3ac574593b0921a6b9c3504d936f425b.

问题在于Keldos在 d16fdf3a859e12418d6e401b6641c8989d42c9df 中没有删除干净,对不起

Files changed (1) hide show
  1. config_example.json +0 -2
config_example.json CHANGED
@@ -15,8 +15,6 @@
15
  // 如果使用代理,请取消注释下面的两行,并替换代理URL
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, //未登录情况下是否不展示对话历史
 
15
  // 如果使用代理,请取消注释下面的两行,并替换代理URL
16
  // "https_proxy": "http://127.0.0.1:1079",
17
  // "http_proxy": "http://127.0.0.1:1079",
 
 
18
  "users": [], // 用户列表,[[用户名1, 密码1], [用户名2, 密码2], ...]
19
  "local_embedding": false, //是否在本地编制索引
20
  "hide_history_when_not_logged_in": false, //未登录情况下是否不展示对话历史