Skip to content

Commit 73fabc1

Browse files
committed
docs: update docs
1 parent 5aa1e6e commit 73fabc1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
*7 x 24 小时无人监守录制、渲染弹幕、识别字幕、自动切片、自动上传、兼容超低配机器,启动项目,人人都是录播员。*
88

9-
[:page_facing_up: Documentation](https://timerring.github.io/bilive/) |
9+
[:page_facing_up: English Documentation](https://timerring.github.io/bilive/) |
1010
[:gear: Installation](#quick-start) |
1111
[:thinking: Reporting Issues](https://github.com/timerring/bilive/issues/new/choose)
1212

@@ -172,7 +172,7 @@ pip install -r requirements.txt
172172
> - `auto_slice` 默认为 false, 即不进行自动切片。
173173
> - 可以通过单元测试调试你自己的 prompt,单元测试在 `tests/test_autoslice.py`,执行 `python -m unittest` 即可,后接 `tests.test_autoslice` 测试整个模块,`tests.test_autoslice.TestXXXMain` 测试某个模型。
174174
175-
MLLM 模型主要用于自动切片后的切片标题生成,此功能默认关闭,如果需要打开请将 `auto_slice` 参数设置为 `true`,并且写下你自己的 `slice_prompt`(请包含关键词 `{artist}`会自动替换),其他配置分别有:
175+
MLLM 模型主要用于自动切片后的切片标题生成,此功能默认关闭,如果需要打开请将 `auto_slice` 参数设置为 `true`,并且写下你自己的 `slice_prompt`(可以包含 `{artist}` 关键词会自动替换),其他配置分别有:
176176
- `slice_duration` 以秒为单位设置切片时长(不建议超过 180 秒)。
177177
- `slice_num` 设置切片数量。
178178
- `slice_overlap` 设置切片重叠时长。切片采用滑动窗口法处理,细节内容请见 [auto-slice-video](https://github.com/timerring/auto-slice-video)

docs/getting-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Automatically monitors and records Bilibili live broadcasts and danmaku (includi
2020
- `GLM-4V-PLUS`
2121
- `Gemini-2.0-flash`
2222
- `Qwen-2.5-72B-Instruct`
23+
- `SenseNova V6 Pro`
2324
- **( :tada: NEW)Persistent login/download/upload video (supports multi-part posting)**[bilitool](https://github.com/timerring/bilitool) has been open source, implements persistent login, download video and danmaku (including multi-part)/upload video (can post multi-part), query posting status, query detailed information, etc., one-click pip installation, can be operated using the command line cli, and can also be used as an api call.
2425
- **( :tada: NEW)Auto-loop multi-platform live streaming**:The tool has been open source [looplive](https://github.com/timerring/looplive) is a 7 x 24 hours fully automatic **loop multi-platform live streaming** tool.
2526
- **( :tada: NEW)Generate style-transformed video covers**:Use the image-to-image multi-modal model to automatically obtain the video screenshot and upload the style-transformed video cover.
@@ -35,4 +36,4 @@ Automatically monitors and records Bilibili live broadcasts and danmaku (includi
3536

3637
The project architecture process is as follows:
3738

38-
![](https://cdn.jsdelivr.net/gh/timerring/scratchpad2023/2024/2025-04-10-17-08-35.png)
39+
![](https://cdn.jsdelivr.net/gh/timerring/scratchpad2023/2024/2025-04-12-14-46-16.png)

0 commit comments

Comments
 (0)