mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
fix: 支持huggingface的反代
This commit is contained in:
parent
85809385c8
commit
f0c43ca3cb
3 changed files with 22 additions and 3 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue