mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-08-28 11:36:48 +08:00
Update .env.example
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
# 通用端口配置
|
# 通用端口配置
|
||||||
BACKEND_PORT=8001
|
BACKEND_PORT=8000
|
||||||
FRONTEND_PORT=3015
|
FRONTEND_PORT=3015
|
||||||
BACKEND_HOST=0.0.0.0 # 默认为 0.0.0.0,表示监听所有 IP 地址 不建议动
|
BACKEND_HOST=0.0.0.0 # 默认为 0.0.0.0,表示监听所有 IP 地址 不建议动
|
||||||
APP_PORT= 3015 # docker 部署时用
|
APP_PORT= 3015 # docker 部署时用
|
||||||
@@ -20,4 +20,4 @@ FFMPEG_BIN_PATH=
|
|||||||
TRANSCRIBER_TYPE=fast-whisper # fast-whisper/bcut/kuaishou/mlx-whisper(仅Apple平台)/groq
|
TRANSCRIBER_TYPE=fast-whisper # fast-whisper/bcut/kuaishou/mlx-whisper(仅Apple平台)/groq
|
||||||
WHISPER_MODEL_SIZE=base
|
WHISPER_MODEL_SIZE=base
|
||||||
|
|
||||||
GROQ_TRANSCRIBER_MODEL=whisper-large-v3-turbo # groq提供的faster-whisper 默认为 whisper-large-v3-turbo
|
GROQ_TRANSCRIBER_MODEL=whisper-large-v3-turbo # groq提供的faster-whisper 默认为 whisper-large-v3-turbo
|
||||||
|
|||||||
Reference in New Issue
Block a user