fix: Chinese comma in requirements (#2523)
This commit is contained in:
parent
7d4a6b5edf
commit
61bc815540
|
|
@ -52,7 +52,7 @@ pysrt~=1.1.2
|
|||
|
||||
# Online api libs dependencies
|
||||
|
||||
zhipuai>=1.0.7,<=2.0.0 # zhipu
|
||||
zhipuai>=1.0.7, <=2.0.0 # zhipu
|
||||
dashscope>=1.13.6 # qwen
|
||||
# volcengine>=1.0.119 # fangzhou
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ pysrt~=1.1.2
|
|||
|
||||
# Online api libs dependencies
|
||||
|
||||
zhipuai>=1.0.7,<=2.0.0 # zhipu
|
||||
zhipuai>=1.0.7, <=2.0.0 # zhipu
|
||||
dashscope>=1.13.6 # qwen
|
||||
# volcengine>=1.0.119 # fangzhou
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue