Files
xiaofeng/API_Config.xml
2024-09-05 02:28:08 +00:00

30 lines
922 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<!-- 这是一个配置文件用于管理常用参数-->
<Config>
<!-- 配置ASR-->
<ASR>
<!-- 配置自己的百度API_KEY -->
<AIP_KEY>s1d2kTIPTkolaoE4QGH3GhHG</AIP_KEY>
<SECRET_KEY>Vfgl5WBqoGgQGAdpmvfDOBwvoe1tKDk2</SECRET_KEY>
<CUID>21143708</CUID>
<!-- 访问的接口类型 -->
<DEV_PID>1537</DEV_PID>
<!-- 接口号 普通话中文-->
<ASR_URL>http://vop.baidu.com/server_api</ASR_URL>
<!-- 百度接口地址-->
<SCOPE>audio_voice_assistant_get</SCOPE>
<RATE>16000</RATE>
<!-- 采用率-->
</ASR>
<!-- 配置本地信息-->
<local>
<!-- 天气查询需要的 物理位置-->
<gogf>
<provinces>陕西</provinces>
<city>西安</city>
<county>长安</county>
</gogf>
</local>
</Config>