prinvest_mate / config_example.json
Keldos
doc: 更新使用json设置配置方式
a2ba1c0
raw
history blame
362 Bytes
{
"openai_api_key": "sk-xxxxxxxxxxxxxxxxxxxxxxxxx",
"https_proxy": "http://127.0.0.1:1079",
"http_proxy": "http://127.0.0.1:1079",
"users": [
["username-0", "password-0"],
["username-1", "password-1"]
],
"advance_docs": {
"pdf": {
"two_column": false,
"formula_ocr": true
}
}
}