fix: 支持huggingface的反代

This commit is contained in:
ikechan8370 2023-03-11 13:59:38 +08:00
parent 85809385c8
commit f0c43ca3cb
3 changed files with 22 additions and 3 deletions

View file

@ -51,11 +51,13 @@ const defaultConfig = {
defaultTimeoutMs: 120000,
chromeTimeoutMS: 120000,
ttsSpace: '',
// https://114514.201666.xyz
huggingFaceReverseProxy: '',
noiseScale: 0.6,
noiseScaleW: 0.668,
lengthScale: 1.2,
initiativeChatGroups: [],
version: 'v2.1.3'
version: 'v2.1.4'
}
const _path = process.cwd()
let config = {}