fix: 添加基于LLM的翻译

This commit is contained in:
ikechan8370 2024-02-23 00:18:04 +08:00
parent e5e85621d9
commit e1d40ba009
6 changed files with 341 additions and 215 deletions

View file

@ -177,6 +177,7 @@ const defaultConfig = {
chatglmRefreshToken: '',
sunoSessToken: '',
sunoClientToken: '',
translateSource: 'openai',
version: 'v2.7.10'
}
const _path = process.cwd()