prinvest_mate / config_example.json
SamgeShao
feat: 从环境变量中读取配置api_host & 用户名是否配置改为判断auth长度 (#504)
647c87c unverified
raw
history blame
282 Bytes
{
"openai_api_key": "sk-xxxxxxxxxxxxxxxxxxxxxxxxx",
"https_proxy": "http://127.0.0.1:1079",
"http_proxy": "http://127.0.0.1:1079",
"users": [],
"advance_docs": {
"pdf": {
"two_column": false,
"formula_ocr": true
}
}
}