diff --git a/backend-api/backend-api.go b/backend-api/backend-api.go index 1200b80..b86e006 100644 --- a/backend-api/backend-api.go +++ b/backend-api/backend-api.go @@ -195,7 +195,7 @@ func ProxyAll(r *ghttp.Request) { if isCreateConversation { CreateConversation(r, userId, chatgptId, userToken, r.UserAgent(), path) } else if isLoadModels { - AttachGPT4Mobile(ctx, response) + //AttachGPT4Mobile(ctx, response) } else if isShare { originalBody, shouldReturn, returnValue := loadRespString(response) if shouldReturn { diff --git a/config.yaml b/config.yaml index c046b1e..5f49d4b 100644 --- a/config.yaml +++ b/config.yaml @@ -55,15 +55,15 @@ modules: enable: 1 # 接入网关地址 -CHATPROXY: "https://38.207.162.134:8443" +CHATPROXY: "https://38.207.162.134:8443" #CHATPROXY: "https://chat.openai.com" -#JA3_PROXY: "http://a:b@host.docker.internal:9988" +#JA3_PROXY: "http://maidou:123456qq@38.207.162.134:9988" #JA3_PROXY: "http://a:b@host.docker.internal:9988" #CHATPROXY: "http://host.docker.internal:7999" #CHATPROXY: "https://chatgpt.ggss.club/gateway" #ARKOSE_URL: "https://chatgpt.ggss.club/arkose/v2/" # 接入网关的authkey -AUTHKEY: "xyhelper" +AUTHKEY: "maidou" ONLYTOKEN: false CDNHOST: "https://file.chatgpt.ggss.club" ASSET_PREFIX: "https://cdn.chatgpt.ggss.club" diff --git a/frontend/stats.html b/frontend/stats.html index 364d9cd..90e075c 100644 --- a/frontend/stats.html +++ b/frontend/stats.html @@ -6157,7 +6157,7 @@