Skip to content

Commit

Permalink
feat: add common version mange
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw committed Dec 25, 2024
1 parent a350e67 commit f4676c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ volcengine:
assemblyai:
api_key: "" # 你的 AssemblyAI API Key
model: "best" # 选用 "best" 或 "nano"
language_detection: true
language_confidence_threshold: 0.1
language_detection: true # 启用语言自动检测
language_confidence_threshold: 0
language_code: "" # 如果想固定语言,例如 "en"、"es" 等,可填入对应 ISO 代码
punctuate: true
format_text: true
Expand Down

0 comments on commit f4676c1

Please sign in to comment.