diff --git a/chagpt-adapter/README.md b/chagpt-adapter/README.md deleted file mode 100644 index 37c9523..0000000 --- a/chagpt-adapter/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# 使用的开源框架进行白嫖 -## git地址为: - https://github.com/bincooo/chatgpt-adapter - - config: https://bincooo.github.io/chatgpt-adapter/#/config - - -## Cursor KEY: - user_01JM9KQ2QYTP2RKFJTCYB8PANT%3A%3AeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJnb29nbGUtb2F1dGgyfHVzZXJfMDFKTTlLUTJRWVRQMlJLRkpUQ1lCOFBBTlQiLCJ0aW1lIjoiMTczOTc4NDQyNSIsInJhbmRvbW5lc3MiOiJiMjVmYzlmNC1jNmQ5LTQ4ZDMiLCJleHAiOjQzMzE3ODQ0MjUsImlzcyI6Imh0dHBzOi8vYXV0aGVudGljYXRpb24uY3Vyc29yLnNoIiwic2NvcGUiOiJvcGVuaWQgcHJvZmlsZSBlbWFpbCBvZmZsaW5lX2FjY2VzcyIsImF1ZCI6Imh0dHBzOi8vY3Vyc29yLmNvbSJ9.8DNNEZaTTYdfLzohsI50P7JEF39dTKcPFVb4W1cvluY - -## Windsurf KEY: - 46a5674a-e978-491b-a810-5d54605f2c36 - diff --git a/chagpt-adapter/bin/linux/helper b/chagpt-adapter/bin/linux/helper deleted file mode 100644 index c816209..0000000 Binary files a/chagpt-adapter/bin/linux/helper and /dev/null differ diff --git a/chagpt-adapter/bin/linux/helper-arm64 b/chagpt-adapter/bin/linux/helper-arm64 deleted file mode 100644 index a59d43d..0000000 Binary files a/chagpt-adapter/bin/linux/helper-arm64 and /dev/null differ diff --git a/chagpt-adapter/bin/linux/server b/chagpt-adapter/bin/linux/server deleted file mode 100644 index d4444e4..0000000 Binary files a/chagpt-adapter/bin/linux/server and /dev/null differ diff --git a/chagpt-adapter/bin/linux/server-arm64 b/chagpt-adapter/bin/linux/server-arm64 deleted file mode 100644 index 2bc8f3c..0000000 Binary files a/chagpt-adapter/bin/linux/server-arm64 and /dev/null differ diff --git a/chagpt-adapter/bin/osx/helper b/chagpt-adapter/bin/osx/helper deleted file mode 100644 index bf4414e..0000000 Binary files a/chagpt-adapter/bin/osx/helper and /dev/null differ diff --git a/chagpt-adapter/bin/osx/server b/chagpt-adapter/bin/osx/server deleted file mode 100644 index 07182ad..0000000 Binary files a/chagpt-adapter/bin/osx/server and /dev/null differ diff --git a/chagpt-adapter/bin/windows/helper.exe b/chagpt-adapter/bin/windows/helper.exe deleted file mode 100644 index 85280ed..0000000 Binary files a/chagpt-adapter/bin/windows/helper.exe and /dev/null differ diff --git a/chagpt-adapter/bin/windows/server.exe b/chagpt-adapter/bin/windows/server.exe deleted file mode 100644 index b37058f..0000000 Binary files a/chagpt-adapter/bin/windows/server.exe and /dev/null differ diff --git a/chagpt-adapter/chatgpt-adapter_start.bat b/chagpt-adapter/chatgpt-adapter_start.bat deleted file mode 100644 index 89bd7b8..0000000 --- a/chagpt-adapter/chatgpt-adapter_start.bat +++ /dev/null @@ -1 +0,0 @@ -.\bin\windows\server.exe \ No newline at end of file diff --git a/chagpt-adapter/config.yaml b/chagpt-adapter/config.yaml deleted file mode 100644 index 9e05b33..0000000 --- a/chagpt-adapter/config.yaml +++ /dev/null @@ -1,26 +0,0 @@ -server: - port: 8080 -# proxied: http://127.0.0.1:7890 - password: 'xxx' - think_reason: true - debug: false - -browser-less: - enabled: true - port: 8081 - #reversal: http://127.0.0.1:8081 - disabled-gpu: true - headless: new - -matcher: - - match: I do not engage - over: ":\n" - notice: - regex: | - "(?i)I do not engage .+:\n":"" - - match: - over: - notice: - think_reason: true - regex: | - "(?s)(.+)":"$1" \ No newline at end of file