From b1f2cd37edc9be1678dd1a2337d1d492b3b48e50 Mon Sep 17 00:00:00 2001 From: linyq Date: Sun, 3 Aug 2025 20:29:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20azure=20=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.example.toml | 2 +- project_version | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.example.toml b/config.example.toml index 94a98b7..7bb37be 100644 --- a/config.example.toml +++ b/config.example.toml @@ -1,5 +1,5 @@ [app] - project_version="0.7.0" + project_version="0.6.8" # 模型验证模式配置 # true: 严格模式,只允许使用预定义支持列表中的模型(默认) diff --git a/project_version b/project_version index bcaffe1..bc8443e 100644 --- a/project_version +++ b/project_version @@ -1 +1 @@ -0.7.0 \ No newline at end of file +0.6.8 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 5efa517..c9b0c3e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,7 @@ pysrt==1.1.2 openai~=1.77.0 google-generativeai>=0.8.5 +azure-cognitiveservices-speech~=1.37.0 # 待优化项 # opencv-python==4.11.0.86 @@ -29,7 +30,6 @@ google-generativeai>=0.8.5 # python-multipart~=0.0.9 # redis==5.0.3 # opencv-python~=4.10.0.84 -azure-cognitiveservices-speech~=1.37.0 # git-changelog~=2.5.2 # watchdog==5.0.2 # pydub==0.25.1