File tree 6 files changed +19638
-7
lines changed
6 files changed +19638
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
` 2023-04-03 `
4
4
5
- > 更新默认 ` accessToken ` 反代地址为 [[ acheong08 ] ( https://github.com/acheong08 )] 的 ` https://bypass.churchless.tech /api/conversation `
5
+ > 更新默认 ` accessToken ` 反代地址为 [[ pengzhile ] ( https://github.com/pengzhile )] 的 ` https://ai.fakeopen.com /api/conversation `
6
6
7
7
## Enhancement
8
8
- 添加 ` socks5 ` 代理认证 [[ yimiaoxiehou] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/999 )]
101
101
102
102
` 2023-03-13 `
103
103
104
- 更新依赖,` access_token ` 默认代理为 [ acheong08 ] ( https://github.com/acheong08 ) 的 ` https://bypass.duti.tech/api/conversation `
104
+ 更新依赖,` access_token ` 默认代理为 [ pengzhile ] ( https://github.com/pengzhile ) 的 ` https://bypass.duti.tech/api/conversation `
105
105
106
106
## Feature
107
107
- ` Prompt ` 商店在线导入可以导入两种 ` recommend.json ` 里提到的模板 [ simonwu53] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/521 )
Original file line number Diff line number Diff line change 50
50
1 . 你应该首先使用 ` API ` 方式
51
51
2 . 使用 ` API ` 时,如果网络不通,那是国内被墙了,你需要自建代理,绝对不要使用别人的公开代理,那是危险的。
52
52
3 . 使用 ` accessToken ` 方式时反向代理将向第三方暴露您的访问令牌,这样做应该不会产生任何不良影响,但在使用这种方法之前请考虑风险。
53
- 4 . 使用 ` accessToken ` 时,不管你是国内还是国外的机器,都会使用代理。默认代理为 [ acheong08 ] ( https://github.com/acheong08 ) 大佬的 ` https://bypass.churchless.tech /api/conversation ` ,这不是后门也不是监听,除非你有能力自己翻过 ` CF ` 验证,用前请知悉。[ 社区代理] ( https://github.com/transitive-bullshit/chatgpt-api#reverse-proxy ) (注意:只有这两个是推荐,其他第三方来源,请自行甄别)
53
+ 4 . 使用 ` accessToken ` 时,不管你是国内还是国外的机器,都会使用代理。默认代理为 [ pengzhile ] ( https://github.com/pengzhile ) 大佬的 ` https://ai.fakeopen.com /api/conversation ` ,这不是后门也不是监听,除非你有能力自己翻过 ` CF ` 验证,用前请知悉。[ 社区代理] ( https://github.com/transitive-bullshit/chatgpt-api#reverse-proxy ) (注意:只有这两个是推荐,其他第三方来源,请自行甄别)
54
54
5 . 把项目发布到公共网络时,你应该设置 ` AUTH_SECRET_KEY ` 变量添加你的密码访问权限,你也应该修改 ` index.html ` 中的 ` title ` ,防止被关键词搜索到。
55
55
56
56
切换方式:
@@ -160,7 +160,7 @@ pnpm dev
160
160
` ACCESS_TOKEN ` 可用:
161
161
162
162
- ` OPENAI_ACCESS_TOKEN ` 和 ` OPENAI_API_KEY ` 二选一,同时存在时,` OPENAI_API_KEY ` 优先
163
- - ` API_REVERSE_PROXY ` 设置反向代理,可选,默认:` https://bypass.churchless.tech /api/conversation ` ,[ 社区] ( https://github.com/transitive-bullshit/chatgpt-api#reverse-proxy ) (注意:只有这两个是推荐,其他第三方来源,请自行甄别)
163
+ - ` API_REVERSE_PROXY ` 设置反向代理,可选,默认:` https://ai.fakeopen.com /api/conversation ` ,[ 社区] ( https://github.com/transitive-bullshit/chatgpt-api#reverse-proxy ) (注意:只有这两个是推荐,其他第三方来源,请自行甄别)
164
164
165
165
通用:
166
166
Original file line number Diff line number Diff line change 30
30
- name : OPENAI_API_MODEL
31
31
value : gpt-3.5-turbo
32
32
- name : API_REVERSE_PROXY
33
- value : https://bypass.churchless.tech /api/conversation
33
+ value : https://ai.fakeopen.com /api/conversation
34
34
- name : AUTH_SECRET_KEY
35
35
value : ' 123456'
36
36
- name : TIMEOUT_MS
You can’t perform that action at this time.
0 commit comments