NumberSir/nonebot_plugin_arktools

配置项出错

AquamarineCyan opened this issue · 1 comments

.env 配置项

# 具体见 https://console.bce.baidu.com/ai/?fromai=1#/ai/ocr/app/list
arknights_baidu_app_id="xxx"    # 【必填】百度 OCR APP ID
arknights_baidu_api_key="xxx"   # 【必填】百度 OCR API KEY
github_raw="xxx"   # 默认为 https://raw.githubusercontent.com,如有镜像源可以替换
github_site="xxx"  # 默认为 https://github.com,如有镜像源可以替换
...

arknights_baidu_app_id 实际为API Key
arknights_baidu_api_key 实际为 Secret Key

本地测试已通过

https://console.bce.baidu.com/ai/?fromai=1#/ai/ocr/app/list

已修改为 ..._api_key..._secret_key