feat: add session-level publish and comment flow
This commit is contained in:
@ -41,7 +41,9 @@ bash setup.sh
|
||||
- 编辑 `runtime/upload_config.json`
|
||||
- 把 `biliup` 放到 `runtime/biliup`,或在 `settings.json` 里改成系统路径
|
||||
- 填写 `transcribe.groq_api_key`
|
||||
- 按机器实际情况调整 `song_detect.codex_cmd`
|
||||
- 按机器实际情况调整 `song_detect.provider`
|
||||
- 如果用 `codex`,调整 `song_detect.codex_cmd`
|
||||
- 如果用 `qwen_cli`,调整 `song_detect.qwen_cmd`
|
||||
- 按需要填写 `collection.season_id_a` / `collection.season_id_b`
|
||||
|
||||
## 5. 验收
|
||||
@ -74,6 +76,7 @@ http://127.0.0.1:8787/
|
||||
- `runtime/cookies.json`
|
||||
- `runtime/upload_config.json`
|
||||
- `publish.biliup_path`
|
||||
- `song_detect.codex_cmd`
|
||||
- `song_detect.provider`
|
||||
- `song_detect.codex_cmd` 或 `song_detect.qwen_cmd`
|
||||
- `transcribe.groq_api_key`
|
||||
- `collection.season_id_a` / `collection.season_id_b`
|
||||
|
||||
Reference in New Issue
Block a user