mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
14 lines
540 B
YAML
14 lines
540 B
YAML
defaultPath: './data/rcmp4/' # 保存视频的位置
|
||
proxyAddr: '127.0.0.1' # 魔法地址
|
||
proxyPort: '7890' # 魔法端口
|
||
|
||
translateAppId: '' # 百度翻译APP ID
|
||
translateSecret: '' # 百度翻译密匙
|
||
|
||
biliSessData: '' # 哔哩哔哩的SESSDATA
|
||
biliDuration: 480 # 哔哩哔哩限制的最大视频时长(默认8分钟),单位:秒
|
||
|
||
openaiAccessToken: '' # 通过获取:https://chat.openai.com/api/auth/session
|
||
openaiApiKey: '' # sk...
|
||
openaiModel: 'gpt-3.5-turbo' # 目前gpt-3.5-turbo效果比较好,廉价,适合群友
|