Skip to content

Commit 9f3be7f

Browse files
committed
Update README files
1 parent 1cb1e14 commit 9f3be7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,7 @@ class Settings:
12701270
# 项目描述 | Project description
12711271
description: str = "⚡ A high-performance asynchronous API for Automatic Speech Recognition (ASR) and translation. No need to purchase the Whisper API—perform inference using a locally running Whisper model with support for multi-GPU concurrency and designed for distributed deployment. It also includes built-in crawlers for social media platforms like TikTok and Douyin, enabling seamless media processing from multiple social platforms. This provides a powerful and scalable solution for automated media content data processing."
12721272
# 项目版本 | Project version
1273-
version: str = "1.0.4"
1273+
version: str = "1.0.5"
12741274
# Swagger 文档 URL | Swagger docs URL
12751275
docs_url: str = "/"
12761276
# 是否开启 debug 模式 | Whether to enable debug mode

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ class Settings:
12751275
# 项目描述 | Project description
12761276
description: str = "⚡ A high-performance asynchronous API for Automatic Speech Recognition (ASR) and translation. No need to purchase the Whisper API—perform inference using a locally running Whisper model with support for multi-GPU concurrency and designed for distributed deployment. It also includes built-in crawlers for social media platforms like TikTok and Douyin, enabling seamless media processing from multiple social platforms. This provides a powerful and scalable solution for automated media content data processing."
12771277
# 项目版本 | Project version
1278-
version: str = "1.0.4"
1278+
version: str = "1.0.5"
12791279
# Swagger 文档 URL | Swagger docs URL
12801280
docs_url: str = "/"
12811281
# 是否开启 debug 模式 | Whether to enable debug mode

0 commit comments

Comments
 (0)