Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
SwaggyMacro committed Mar 19, 2024
1 parent 0f6c34d commit 68b5226
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
```shell
pip install -r requirements.txt
```
3. 复制配置例子文件 `config.example.json``config.json` 然后修改其中的apikey为你自己的key。
3. 复制配置例子文件 `config.example.json``config.json` 然后修改其中的apikey为你自己的key。
- 其中`api_proxy`用于填入第三方中转OpenAI API的地址,如果没有则在`on`属性填入false即可。
- `proxy`则为代理地址(http代理),如果不需要则在`on`属性填入false即可。
4. 以下几个平台的使用教程readme
- [Bilibili](./Readme/readme_bilibili.md)
- [Huya](./Readme/readme_huya.md)
Expand Down
4 changes: 3 additions & 1 deletion readme_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
```shell
pip install -r requirements.txt
```
3. Copy the `config.example.json` to `config.json` and modify the configuration file to configure the corresponding apikey.
3. Copy the `config.example.json` to `config.json` and modify the configuration file to configure the corresponding apikey.
- The `api_proxy` is used to fill in the address of the third-party intermediary OpenAI API. If there is no such address, fill in `false` in the `on` attribute.
- `proxy` is the proxy address (http proxy). If you don't need it, fill in `false` in the `on` attribute.
4. Check the platform you want to live-stream on, and follow the readme below to run the corresponding script.
- [Bilibili](./Readme/readme_bilibili.md)
- [Huya](./Readme/readme_huya.md)
Expand Down

0 comments on commit 68b5226

Please sign in to comment.