mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-05-06 20:42:52 +08:00
-移除 .env.example 中的后端专用 AI 配置 - 在 GPT 模型中添加新字段:style、extras 和 _format - 修改转录器的 on_finish 方法调用 - 更新 GPT 提示模板,增加时间标记要求
12 lines
404 B
Plaintext
12 lines
404 B
Plaintext
|
||
# 通用
|
||
ENV=production
|
||
API_BASE_URL=http://127.0.0.1:8000
|
||
SCREENSHOT_BASE_URL=http://127.0.0.1:8000/static/screenshots
|
||
STATIC=/static # 外部访问路径(URL 前缀)
|
||
OUT_DIR=./static/screenshots # 本地输出目录
|
||
IMAGE_BASE_URL=/static/screenshots # 图片访问 URL
|
||
DATA_DIR=data
|
||
# transcriber 相关配置
|
||
TRANSCRIBER_TYPE=fast-whisper # fast-whisper/bcut/kuaishou
|
||
WHISPER_MODEL_SIZE=base |