From c7ea1562fc7a20d814e1e853bc1594a152f3bfb2 Mon Sep 17 00:00:00 2001 From: liuhuapiaoyuan <278780765@qq.com> Date: Tue, 14 May 2024 12:26:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend-api/backend-api.go | 2 +- config.yaml | 6 +++--- frontend/stats.html | 2 +- resource/template/2E3kyHMTDQPAokpbyfwns/chat.html | 1 + resource/template/2E3kyHMTDQPAokpbyfwns/discovery.html | 1 + resource/template/2E3kyHMTDQPAokpbyfwns/editor.html | 1 + resource/template/2E3kyHMTDQPAokpbyfwns/g.html | 1 + resource/template/2E3kyHMTDQPAokpbyfwns/gc.html | 1 + resource/template/2E3kyHMTDQPAokpbyfwns/gpts.html | 1 + resource/template/2E3kyHMTDQPAokpbyfwns/mine.html | 1 + resource/template/2E3kyHMTDQPAokpbyfwns/slug.html | 1 + resource/template/Xhs7HSGBjb9hZenQPhykC/chat.html | 1 + resource/template/Xhs7HSGBjb9hZenQPhykC/discovery.html | 1 + resource/template/Xhs7HSGBjb9hZenQPhykC/editor.html | 1 + resource/template/Xhs7HSGBjb9hZenQPhykC/g.html | 1 + resource/template/Xhs7HSGBjb9hZenQPhykC/gc.html | 1 + resource/template/Xhs7HSGBjb9hZenQPhykC/gpts.html | 1 + resource/template/Xhs7HSGBjb9hZenQPhykC/mine.html | 1 + resource/template/Xhs7HSGBjb9hZenQPhykC/slug.html | 1 + 19 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 resource/template/2E3kyHMTDQPAokpbyfwns/chat.html create mode 100644 resource/template/2E3kyHMTDQPAokpbyfwns/discovery.html create mode 100644 resource/template/2E3kyHMTDQPAokpbyfwns/editor.html create mode 100644 resource/template/2E3kyHMTDQPAokpbyfwns/g.html create mode 100644 resource/template/2E3kyHMTDQPAokpbyfwns/gc.html create mode 100644 resource/template/2E3kyHMTDQPAokpbyfwns/gpts.html create mode 100644 resource/template/2E3kyHMTDQPAokpbyfwns/mine.html create mode 100644 resource/template/2E3kyHMTDQPAokpbyfwns/slug.html create mode 100644 resource/template/Xhs7HSGBjb9hZenQPhykC/chat.html create mode 100644 resource/template/Xhs7HSGBjb9hZenQPhykC/discovery.html create mode 100644 resource/template/Xhs7HSGBjb9hZenQPhykC/editor.html create mode 100644 resource/template/Xhs7HSGBjb9hZenQPhykC/g.html create mode 100644 resource/template/Xhs7HSGBjb9hZenQPhykC/gc.html create mode 100644 resource/template/Xhs7HSGBjb9hZenQPhykC/gpts.html create mode 100644 resource/template/Xhs7HSGBjb9hZenQPhykC/mine.html create mode 100644 resource/template/Xhs7HSGBjb9hZenQPhykC/slug.html 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 @@