mirror of
https://github.com/howelljiang/baidu-voice.git
synced 2026-07-27 09:33:57 +08:00
根据官网代码规范优化结构,精简代码。使用reconfigure模式支持重设参数。增加多实例支持。去掉debug信息。
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
from typing import Final
|
||||
|
||||
DOMAIN: Final = "baidu_voice"
|
||||
|
||||
ENDPOINT: Final = "http://vop.baidu.com/server_api"
|
||||
# 配置项
|
||||
CONF_APP_ID: Final = "app_id"
|
||||
CONF_API_KEY: Final = "api_key"
|
||||
|
||||
Reference in New Issue
Block a user