ChuanhuChatGPT / config_example.json
insight's picture
功能优化: 添加双栏pdf识别选项到页面,并优化config文件中关于文档解析的设置
a9516c8
raw
history blame
310 Bytes
{
"openai_api_key": "sk-xxxxxxxxxxxxxxxxxxxxxxxxx",
"https_proxy": "http://127.0.0.1:1079",
"http_proxy": "http://127.0.0.1:1079",
"advance_docs": {
"pdf": {
"two_column": true,
"formula_ocr": true
}
},
"users": [
["root", "root"]
]
}