Skip to content

Commit

Permalink
Merge pull request #9 from Redmomn/dev
Browse files Browse the repository at this point in the history
fix: 移除一个错误的行 & v0.1.7
fix #8
  • Loading branch information
Redmomn authored Apr 30, 2024
2 parents 904ea34 + 4d4c897 commit 28fe85b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion nonebot_plugin_vits_tts/utils/lang_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
cred = credential.Credential(config.tencent_secret_id, config.tencent_secret_key)
httpProfile = HttpProfile()
httpProfile.endpoint = "tmt.tencentcloudapi.com"
httpProfile.req
clientProfile = ClientProfile()
clientProfile.httpProfile = httpProfile
client = tmt_client.TmtClient(cred, "ap-beijing", clientProfile)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='nonebot_plugin_vits_tts',
version='0.1.6',
version='0.1.7',
packages=find_packages(),
install_requires=[
'torch',
Expand Down

0 comments on commit 28fe85b

Please sign in to comment.