@kudoai/chatgpt.js 2.6.8 → 2.6.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -33
- package/chatgpt.js +19 -99
- package/dist/chatgpt.min.js +9 -3
- package/docs/README.md +28 -33
- package/docs/USERGUIDE.md +6 -65
- package/package.json +13 -13
- package/starters/chrome/LICENSE.md +2 -2
- package/starters/chrome/docs/README.md +2 -2
- package/starters/chrome/docs/SECURITY.md +2 -2
- package/starters/chrome/extension/lib/chatgpt.js +19 -99
- package/starters/chrome/extension/manifest.json +1 -1
- package/starters/chrome/extension/popup/index.html +1 -1
- package/starters/chrome/extension/popup/popup.js +1 -1
- package/starters/docs/README.md +1 -1
- package/starters/greasemonkey/LICENSE.md +2 -2
- package/starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js +2 -2
- package/starters/greasemonkey/docs/SECURITY.md +2 -2
- package/docs/de/LICENSE.md +0 -29
- package/docs/de/README.md +0 -345
- package/docs/de/SECURITY.md +0 -25
- package/docs/es/LICENSE.md +0 -29
- package/docs/es/README.md +0 -345
- package/docs/es/SECURITY.md +0 -25
- package/docs/fr/LICENSE.md +0 -29
- package/docs/fr/README.md +0 -345
- package/docs/fr/SECURITY.md +0 -25
- package/docs/hi/LICENSE.md +0 -29
- package/docs/hi/README.md +0 -346
- package/docs/hi/SECURITY.md +0 -25
- package/docs/it/LICENSE.md +0 -27
- package/docs/it/README.md +0 -345
- package/docs/it/SECURITY.md +0 -25
- package/docs/ja/LICENSE.md +0 -29
- package/docs/ja/README.md +0 -345
- package/docs/ja/SECURITY.md +0 -25
- package/docs/ko/LICENSE.md +0 -32
- package/docs/ko/README.md +0 -350
- package/docs/ko/SECURITY.md +0 -25
- package/docs/ne/LICENSE.md +0 -35
- package/docs/ne/README.md +0 -346
- package/docs/ne/SECURITY.md +0 -25
- package/docs/nl/LICENSE.md +0 -29
- package/docs/nl/README.md +0 -345
- package/docs/nl/SECURITY.md +0 -25
- package/docs/pt/LICENSE.md +0 -29
- package/docs/pt/README.md +0 -345
- package/docs/pt/SECURITY.md +0 -25
- package/docs/vi/LICENSE.md +0 -29
- package/docs/vi/README.md +0 -345
- package/docs/vi/SECURITY.md +0 -25
- package/docs/zh-cn/LICENSE.md +0 -29
- package/docs/zh-cn/README.md +0 -344
- package/docs/zh-cn/SECURITY.md +0 -25
- package/docs/zh-tw/LICENSE.md +0 -29
- package/docs/zh-tw/README.md +0 -344
- package/docs/zh-tw/SECURITY.md +0 -25
- package/starters/chrome/docs/de/LICENSE.md +0 -31
- package/starters/chrome/docs/de/README.md +0 -93
- package/starters/chrome/docs/es/LICENSE.md +0 -31
- package/starters/chrome/docs/es/README.md +0 -93
- package/starters/chrome/docs/fr/LICENSE.md +0 -31
- package/starters/chrome/docs/fr/README.md +0 -93
- package/starters/chrome/docs/hi/LICENSE.md +0 -31
- package/starters/chrome/docs/hi/README.md +0 -93
- package/starters/chrome/docs/hi/SECURITY.md +0 -17
- package/starters/chrome/docs/it/LICENSE.md +0 -29
- package/starters/chrome/docs/it/README.md +0 -93
- package/starters/chrome/docs/ja/LICENSE.md +0 -31
- package/starters/chrome/docs/ja/README.md +0 -93
- package/starters/chrome/docs/ko/LICENSE.md +0 -34
- package/starters/chrome/docs/ko/README.md +0 -93
- package/starters/chrome/docs/nl/LICENSE.md +0 -31
- package/starters/chrome/docs/nl/README.md +0 -93
- package/starters/chrome/docs/pt/LICENSE.md +0 -31
- package/starters/chrome/docs/pt/README.md +0 -93
- package/starters/chrome/docs/vi/LICENSE.md +0 -31
- package/starters/chrome/docs/vi/README.md +0 -93
- package/starters/chrome/docs/zh-cn/LICENSE.md +0 -31
- package/starters/chrome/docs/zh-cn/README.md +0 -93
- package/starters/chrome/docs/zh-cn/SECURITY.md +0 -17
- package/starters/chrome/docs/zh-tw/LICENSE.md +0 -31
- package/starters/chrome/docs/zh-tw/README.md +0 -93
- package/starters/docs/de/LICENSE.md +0 -13
- package/starters/docs/de/README.md +0 -29
- package/starters/docs/es/LICENSE.md +0 -13
- package/starters/docs/es/README.md +0 -29
- package/starters/docs/fr/LICENSE.md +0 -13
- package/starters/docs/fr/README.md +0 -29
- package/starters/docs/hi/LICENSE.md +0 -13
- package/starters/docs/hi/README.md +0 -29
- package/starters/docs/it/LICENSE.md +0 -11
- package/starters/docs/it/README.md +0 -29
- package/starters/docs/ja/LICENSE.md +0 -13
- package/starters/docs/ja/README.md +0 -30
- package/starters/docs/ko/LICENSE.md +0 -16
- package/starters/docs/ko/README.md +0 -29
- package/starters/docs/nl/LICENSE.md +0 -13
- package/starters/docs/nl/README.md +0 -29
- package/starters/docs/pt/LICENSE.md +0 -13
- package/starters/docs/pt/README.md +0 -29
- package/starters/docs/vi/LICENSE.md +0 -13
- package/starters/docs/vi/README.md +0 -29
- package/starters/docs/zh-cn/LICENSE.md +0 -13
- package/starters/docs/zh-cn/README.md +0 -30
- package/starters/docs/zh-tw/LICENSE.md +0 -13
- package/starters/docs/zh-tw/README.md +0 -29
- package/starters/greasemonkey/docs/de/LICENSE.md +0 -31
- package/starters/greasemonkey/docs/es/LICENSE.md +0 -31
- package/starters/greasemonkey/docs/fr/LICENSE.md +0 -31
- package/starters/greasemonkey/docs/hi/LICENSE.md +0 -31
- package/starters/greasemonkey/docs/hi/SECURITY.md +0 -17
- package/starters/greasemonkey/docs/it/LICENSE.md +0 -29
- package/starters/greasemonkey/docs/ja/LICENSE.md +0 -31
- package/starters/greasemonkey/docs/ko/LICENSE.md +0 -34
- package/starters/greasemonkey/docs/nl/LICENSE.md +0 -31
- package/starters/greasemonkey/docs/pt/LICENSE.md +0 -31
- package/starters/greasemonkey/docs/vi/LICENSE.md +0 -31
- package/starters/greasemonkey/docs/zh-cn/LICENSE.md +0 -31
- package/starters/greasemonkey/docs/zh-cn/SECURITY.md +0 -17
- package/starters/greasemonkey/docs/zh-tw/LICENSE.md +0 -31
package/docs/zh-cn/README.md
DELETED
|
@@ -1,344 +0,0 @@
|
|
|
1
|
-
<div id="repo-cover" align="center">
|
|
2
|
-
|
|
3
|
-
<div align="center">
|
|
4
|
-
<h6>
|
|
5
|
-
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs">
|
|
6
|
-
<picture>
|
|
7
|
-
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/icons/earth-americas-white-padded-icon17x15.svg">
|
|
8
|
-
<img src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/icons/earth-americas-padded-icon17x15.svg">
|
|
9
|
-
</picture>
|
|
10
|
-
</a>
|
|
11
|
-
简体中文 |
|
|
12
|
-
<a href="../..#readme">English</a> |
|
|
13
|
-
<a href="../zh-tw#readme">繁體中文</a> |
|
|
14
|
-
<a href="../ja#readme">日本</a> |
|
|
15
|
-
<a href="../ko#readme">한국인</a> |
|
|
16
|
-
<a href="../hi#readme">हिंदी</a> |
|
|
17
|
-
<a href="../ne#readme">नेपाली</a> |
|
|
18
|
-
<a href="../de#readme">Deutsch</a> |
|
|
19
|
-
<a href="../es#readme">Español</a> |
|
|
20
|
-
<a href="../fr#readme">Français</a> |
|
|
21
|
-
<a href="../it#readme">Italiano</a> |
|
|
22
|
-
<a href="../nl#readme">Nederlands</a> |
|
|
23
|
-
<a href="../pt#readme">Português</a> |
|
|
24
|
-
<a href="../vi#readme">Việt</a>
|
|
25
|
-
</h6>
|
|
26
|
-
</div>
|
|
27
|
-
|
|
28
|
-
<br>
|
|
29
|
-
|
|
30
|
-
<a href="https://chatgpt.js.org">
|
|
31
|
-
<picture>
|
|
32
|
-
<source type="image/png" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/chatgpt.js/with-reflection/darkmode.png">
|
|
33
|
-
<img width=800 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/chatgpt.js/with-reflection/lightmode.png">
|
|
34
|
-
</picture>
|
|
35
|
-
</a>
|
|
36
|
-
|
|
37
|
-
### 🤖 ChatGPT 的强大客户端 JavaScript 库
|
|
38
|
-
|
|
39
|
-
</div>
|
|
40
|
-
|
|
41
|
-
<br>
|
|
42
|
-
|
|
43
|
-
<div id="shields" align="center">
|
|
44
|
-
|
|
45
|
-
[](https://github.com/KudoAI/chatgpt.js/stargazers)
|
|
46
|
-
[](LICENSE.md)
|
|
47
|
-
[](https://github.com/KudoAI/chatgpt.js/commits/main)
|
|
48
|
-

|
|
49
|
-
[](https://www.codefactor.io/repository/github/kudoai/chatgpt.js)
|
|
50
|
-
[](https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=kudoai_chatgpt.js)
|
|
51
|
-
[](https://github.com/sindresorhus/awesome-chatgpt#javascript)
|
|
52
|
-
[](https://www.producthunt.com/posts/chatgpt-js)
|
|
53
|
-
|
|
54
|
-
</div>
|
|
55
|
-
|
|
56
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
57
|
-
|
|
58
|
-
<div id="intro">
|
|
59
|
-
|
|
60
|
-
## 💡 关于
|
|
61
|
-
|
|
62
|
-
</div>
|
|
63
|
-
|
|
64
|
-
<span style="color: white">chatgpt.js</span> 是一个功能<span style="color: white">强大的</span> JavaScript 库,<span style="color: white">可轻松与</span> ChatGPT DOM 进行交互。
|
|
65
|
-
|
|
66
|
-
- 功能丰富
|
|
67
|
-
- 面向对象
|
|
68
|
-
- 易于使用
|
|
69
|
-
- 轻量级(但性能最优)
|
|
70
|
-
|
|
71
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
72
|
-
|
|
73
|
-
<div id="importing">
|
|
74
|
-
|
|
75
|
-
## ⚡ 导入库
|
|
76
|
-
|
|
77
|
-
</div>
|
|
78
|
-
|
|
79
|
-
> **注意** _要始终导入最新版本(不建议在生产中使用!)将版本化的 jsDelivr URL 替换为:`https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js/chatgpt.min.js`_
|
|
80
|
-
|
|
81
|
-
### ES6:
|
|
82
|
-
|
|
83
|
-
```js
|
|
84
|
-
(async () => {
|
|
85
|
-
await import('https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js');
|
|
86
|
-
// 这里是您的代码
|
|
87
|
-
})();
|
|
88
|
-
```
|
|
89
|
-
|
|
90
|
-
### ES5:
|
|
91
|
-
|
|
92
|
-
```js
|
|
93
|
-
var xhr = new XMLHttpRequest()
|
|
94
|
-
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js')
|
|
95
|
-
xhr.onload = function() {
|
|
96
|
-
if (xhr.status === 200) {
|
|
97
|
-
var chatgptJS = document.createElement('script')
|
|
98
|
-
chatgptJS.textContent = xhr.responseText
|
|
99
|
-
document.head.append(chatgptJS)
|
|
100
|
-
yourCode() // 运行您的代码
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
xhr.send()
|
|
104
|
-
|
|
105
|
-
function yourCode() {
|
|
106
|
-
// 这里是您的代码
|
|
107
|
-
}
|
|
108
|
-
```
|
|
109
|
-
|
|
110
|
-
### <img style="margin: 0 2px -0.065rem 0" height=17 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/starters/media/images/icons/tampermonkey-icon28.png"><img style="margin: 0 2px -0.035rem 1px" height=17.5 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/starters/media/images/icons/violentmonkey-icon100.png"> Greasemonkey:
|
|
111
|
-
|
|
112
|
-
> **笔记** _使用入门模板: [kudoai/chatgpt.js-greasemonkey-starter](https://github.com/KudoAI/chatgpt.js-greasemonkey-starter)_
|
|
113
|
-
|
|
114
|
-
```js
|
|
115
|
-
...
|
|
116
|
-
// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js
|
|
117
|
-
// ==/UserScript==
|
|
118
|
-
|
|
119
|
-
// 这里是您的代码
|
|
120
|
-
```
|
|
121
|
-
|
|
122
|
-
### <img style="margin: 0 2px -1px 0" height=16 src="https://www.google.com/chrome/static/images/favicons/apple-icon-60x60.png"> Chrome:
|
|
123
|
-
|
|
124
|
-
> **笔记** _使用入门模板: [kudoai/chatgpt.js-chrome-starter](https://github.com/KudoAI/chatgpt.js-chrome-starter)_
|
|
125
|
-
|
|
126
|
-
由于 Google 不允许远程代码,因此需要在本地导入 chatgpt.js:
|
|
127
|
-
|
|
128
|
-
1. 将 https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/chatgpt.js 保存到子目录 (本例中为 `lib`)
|
|
129
|
-
|
|
130
|
-
2. 将 ES6 导出语句添加到 `lib/chatgpt.js` 的末尾
|
|
131
|
-
```js
|
|
132
|
-
...
|
|
133
|
-
export { chatgpt }
|
|
134
|
-
```
|
|
135
|
-
|
|
136
|
-
3. 在项目的 (V3) `manifest.json` 中,添加 `lib/chatgpt.js` 作为 Web 可访问资源
|
|
137
|
-
```json
|
|
138
|
-
"web_accessible_resources": [{
|
|
139
|
-
"matches": ["<all_urls>"],
|
|
140
|
-
"resources": ["lib/chatgpt.js"]
|
|
141
|
-
}],
|
|
142
|
-
```
|
|
143
|
-
|
|
144
|
-
4. 在需要 `chatgpt.js` (前景/背景相似) 的脚本中, 像这样导入它:
|
|
145
|
-
```js
|
|
146
|
-
(async () => {
|
|
147
|
-
const { chatgpt } = await import(chrome.runtime.getURL('lib/chatgpt.js'));
|
|
148
|
-
// 这里是您的代码
|
|
149
|
-
})();
|
|
150
|
-
```
|
|
151
|
-
|
|
152
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
153
|
-
|
|
154
|
-
<div id="npm">
|
|
155
|
-
|
|
156
|
-
## 💾 通过 npm 下载:
|
|
157
|
-
|
|
158
|
-
</div>
|
|
159
|
-
|
|
160
|
-
要下载 **chatgpt.js** 进行本地自定义,请在项目的根目录中运行以下命令:
|
|
161
|
-
|
|
162
|
-
```bash
|
|
163
|
-
npm install @kudoai/chatgpt.js
|
|
164
|
-
```
|
|
165
|
-
|
|
166
|
-
安装后,导航到 `node_modules/@kudoai/chatgpt.js` 以查找库源 (`dist/` 中的缩小版本)。
|
|
167
|
-
|
|
168
|
-
</div>
|
|
169
|
-
|
|
170
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
171
|
-
|
|
172
|
-
<div id="usage">
|
|
173
|
-
|
|
174
|
-
## 💻 用法
|
|
175
|
-
|
|
176
|
-
</div>
|
|
177
|
-
|
|
178
|
-
**chatgpt.js** 的编写考虑到了超级灵活性。
|
|
179
|
-
|
|
180
|
-
例如:
|
|
181
|
-
|
|
182
|
-
```js
|
|
183
|
-
chatgpt.getLastResponse()
|
|
184
|
-
chatgpt.getLastReply()
|
|
185
|
-
chatgpt.response.getLast()
|
|
186
|
-
chatgpt.get('reply', 'last')
|
|
187
|
-
```
|
|
188
|
-
|
|
189
|
-
每个调用都会同样获取最后一个回应。如果您认为它有效,那么它可能就是有效的……所以只需输入它!(谁有时间看文档?)
|
|
190
|
-
|
|
191
|
-
如果没有,请查看扩展的[用户指南](https://github.com/KudoAI/chatgpt.js/blob/main/docs/USERGUIDE.md),或者只需提交一个[问题](https://github.com/KudoAI/chatgpt.js/issues) 或 [PR](https://github.com/KudoAI/chatgpt.js/pulls) 它将被集成,简单易行!
|
|
192
|
-
|
|
193
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
194
|
-
|
|
195
|
-
<div id="showcase">
|
|
196
|
-
|
|
197
|
-
## 🤖 用 chatgpt.js 制作
|
|
198
|
-
|
|
199
|
-
</div>
|
|
200
|
-
|
|
201
|
-
https://github.com/KudoAI/chatgpt.js/assets/10906554/f53c740f-d5e0-49b6-ae02-3b3140b0f8a4
|
|
202
|
-
|
|
203
|
-
#
|
|
204
|
-
|
|
205
|
-
### <picture><source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/RduASbD.png"><img width=16 src="https://raw.githubusercontent.com/adamlui/chatgpt-addons/main/media/icons/openai-favicon64.png"></picture> [自动清除 ChatGPT 历史记录](https://autoclearchatgpt.com) <a href="https://github.com/awesome-scripts/awesome-userscripts#privacy"><img src="https://awesome.re/mentioned-badge.svg" style="margin:0 0 -2px 5px"></a>
|
|
206
|
-
|
|
207
|
-
> 自动清除您的 ChatGPT 查询历史记录以获得最大的隐私。
|
|
208
|
-
<br>[安装](https://github.com/adamlui/autoclear-chatgpt-history#-installation) /
|
|
209
|
-
[自述文件](https://github.com/adamlui/autoclear-chatgpt-history#readme) /
|
|
210
|
-
[讨论](https://autoclearchatgpt.com/discuss)
|
|
211
|
-
|
|
212
|
-
### <img width=16 src="https://i.imgur.com/1yjmK3W.png"> [Automatic ChatGPT DAN](https://github.com/madkarmaa/automatic-chatgpt-dan)
|
|
213
|
-
|
|
214
|
-
> 自动将 DAN 提示发送到 ChatGPT。
|
|
215
|
-
<br>[安装](https://github.com/madkarmaa/automatic-chatgpt-dan#%EF%B8%8F-installation) /
|
|
216
|
-
[自述文件](https://github.com/madkarmaa/automatic-chatgpt-dan#readme) /
|
|
217
|
-
[讨论](https://github.com/madkarmaa/automatic-chatgpt-dan/issues)
|
|
218
|
-
|
|
219
|
-
### <img src="https://media.bravegpt.com/images/icons/bravegpt/icon48.png" width=18> [BraveGPT](https://bravegpt.com) <a href="https://www.producthunt.com/posts/bravegpt?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-bravegpt" target="_blank" rel="noopener"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=385630&theme=light" style="width: 112px; height: 24px; margin:0 0 -4px 5px;" width="112" height="24" /></a>
|
|
220
|
-
|
|
221
|
-
> 在 Brave Search 侧边栏中显示 ChatGPT 答案 (由 GPT-4 驱动!)
|
|
222
|
-
<br>[安装](https://github.bravegpt.com/#-installation) /
|
|
223
|
-
[自述文件](https://github.bravegpt.com/#readme) /
|
|
224
|
-
[讨论](https://github.bravegpt.com/discussions)
|
|
225
|
-
|
|
226
|
-
### <picture><source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/RduASbD.png"><img width=16 src="https://raw.githubusercontent.com/adamlui/chatgpt-userscripts/main/media/icons/openai-favicon64.png"></picture> [ChatGPT 自动继续 ⏩](https://chatgptautocontinue.com) <a href="https://github.com/awesome-scripts/awesome-userscripts#chatgpt" target="_blank" rel="noopener"><img src="https://awesome.re/mentioned-badge.svg" style="margin:0 0 -3px 3px"></a>
|
|
227
|
-
|
|
228
|
-
> 自动继续生成多个 ChatGPT 响应。
|
|
229
|
-
<br>[安装](https://github.com/adamlui/chatgpt-auto-continue/tree/main/docs/zh-cn#-如何安装) /
|
|
230
|
-
[自述文件](https://github.com/adamlui/chatgpt-auto-continue/tree/main/docs/zh-cn#readme) /
|
|
231
|
-
[讨论](https://chatgptautocontinue.com/discuss)
|
|
232
|
-
|
|
233
|
-
### <picture><source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/RduASbD.png"><img width=16 src="https://raw.githubusercontent.com/adamlui/chatgpt-addons/main/media/icons/openai-favicon64.png"></picture> [ChatGPT 自动刷新 ↻](https://chatgptautorefresh.com) <a href="https://github.com/awesome-scripts/awesome-userscripts#chatgpt" target="_blank" rel="noopener"><img src="https://awesome.re/mentioned-badge.svg" style="margin:0 0 -2px 5px"></a>
|
|
234
|
-
|
|
235
|
-
> 保持 ChatGPT 会话新鲜,消除聊天时间限制 + 网络错误 + Cloudflare 检查。
|
|
236
|
-
<br>[安装](https://github.com/adamlui/chatgpt-auto-refresh/tree/main/docs/zh-cn#-如何安装) /
|
|
237
|
-
[自述文件](https://github.com/adamlui/chatgpt-auto-refresh/blob/main/docs/zh-cn#readme) /
|
|
238
|
-
[讨论](https://chatgptautorefresh.com/discuss)
|
|
239
|
-
|
|
240
|
-
### <img src="https://media.ddgpt.com/images/icons/duckduckgpt/icon48.png" width=17> [DuckDuckGPT](https://duckduckgpt.com) <a href="https://www.producthunt.com/posts/duckduckgpt?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-duckduckgpt" target="_blank" rel="noopener"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=379261&theme=light" style="width: 112px; height: 24px; margin:0 0 -4px 5px;" width="112" height="24" /></a>
|
|
241
|
-
|
|
242
|
-
> 在 DuckDuckGo 侧边栏中显示 ChatGPT 答案 (由 GPT-4 驱动!)
|
|
243
|
-
<br>[安装](https://github.duckduckgpt.com/#-installation) /
|
|
244
|
-
[自述文件](https://github.duckduckgpt.com/#readme) /
|
|
245
|
-
[讨论](https://github.duckduckgpt.com/discussions)
|
|
246
|
-
|
|
247
|
-
### <picture><source media="(prefers-color-scheme: dark)" srcset="https://media.googlegpt.io/images/icons/googlegpt/white/icon32.png"><img width=17 src="https://media.googlegpt.io/images/icons/googlegpt/black/icon32.png"></picture> [GoogleGPT](https://googlegpt.kudoai.com)
|
|
248
|
-
|
|
249
|
-
> 在 Google Search 侧边栏中显示 ChatGPT 答案 (由 GPT-4 驱动!)
|
|
250
|
-
<br>[安装](https://greasyfork.org/scripts/478597-googlegpt) /
|
|
251
|
-
[自述文件](https://github.com/KudoAI/googlegpt#readme) /
|
|
252
|
-
[讨论](https://github.com/KudoAI/googlegpt/discussions)
|
|
253
|
-
|
|
254
|
-
<p><br>
|
|
255
|
-
|
|
256
|
-
<a href="https://chatgptinfinity.com" target="_blank" rel="noopener">
|
|
257
|
-
<img width=555 src="https://raw.githubusercontent.com/adamlui/chatgpt-infinity/main/chrome/media/images/tiles/marquee-promo-tile-1400x560.png">
|
|
258
|
-
</a>
|
|
259
|
-
|
|
260
|
-
<p><br>
|
|
261
|
-
|
|
262
|
-
<a href="https://chatgptwidescreen.com" target="_blank" rel="noopener">
|
|
263
|
-
<img width=555 src="https://raw.githubusercontent.com/adamlui/chatgpt-widescreen/main/chrome/media/images/tiles/marquee-promo-tile-1400x560.png">
|
|
264
|
-
</a>
|
|
265
|
-
|
|
266
|
-
<p><br>
|
|
267
|
-
|
|
268
|
-
<p id="showcase-cta">
|
|
269
|
-
如果您使用 chatgpt.js 制作了一些想要分享的内容,请发送电子邮件至 <a href="mailto:showcase@chatgptjs.org">showcase@chatgptjs.org</a> 或打开一个 <a href="https://github.com/KudoAI/chatgpt.js/pulls" target="_blank" rel="noopener">pull request</a>!
|
|
270
|
-
</p>
|
|
271
|
-
|
|
272
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
273
|
-
|
|
274
|
-
<div id="contributors">
|
|
275
|
-
|
|
276
|
-
## 🧠 贡献者
|
|
277
|
-
|
|
278
|
-
</div>
|
|
279
|
-
|
|
280
|
-
该代码库的存在归功于以下贡献者的代码、翻译、问题和想法:
|
|
281
|
-
|
|
282
|
-
<div align="center"><br>
|
|
283
|
-
|
|
284
|
-
[](https://github.com/adamlui)
|
|
285
|
-
[](https://github.com/mefengl)
|
|
286
|
-
[](https://github.com/Zin6969)
|
|
287
|
-
[](https://github.com/madruga8)
|
|
288
|
-
[](https://github.com/XiaoYingYo)
|
|
289
|
-
[](https://github.com/AliAlSarre)
|
|
290
|
-
[](https://github.com/madkarmaa)
|
|
291
|
-
[](https://github.com/wamoyo)
|
|
292
|
-
[](https://github.com/meiraleal)
|
|
293
|
-
[](https://github.com/eltociear)
|
|
294
|
-
[](https://github.com/Rojojun)
|
|
295
|
-
[](https://github.com/iamnishantgaharwar)
|
|
296
|
-
[](https://github.com/hakimel)
|
|
297
|
-
[](https://github.com/omahs)
|
|
298
|
-
[](https://www.linkedin.com/in/najam-ul-arfeen-khan/)
|
|
299
|
-
[](https://github.com/iambijayd)
|
|
300
|
-
[](https://github.com/abhinavm24)
|
|
301
|
-
[](https://github.com/deyvisml)
|
|
302
|
-
[](https://github.com/philly88r)
|
|
303
|
-
[](https://github.com/thomasgauthier)
|
|
304
|
-
[](https://github.com/pranav-bhatt)
|
|
305
|
-
[](https://github.com/hopana)
|
|
306
|
-
[](https://github.com/Luwa-Tech)
|
|
307
|
-
[](https://github.com/dependabot)
|
|
308
|
-
[](https://chat.openai.com)
|
|
309
|
-
[](https://poe.com)
|
|
310
|
-
[](https://github.com/ImgBotApp)
|
|
311
|
-
|
|
312
|
-
</div><br>
|
|
313
|
-
|
|
314
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
315
|
-
|
|
316
|
-
<div id="partners">
|
|
317
|
-
|
|
318
|
-
## 🤝 伙伴
|
|
319
|
-
|
|
320
|
-
</div>
|
|
321
|
-
|
|
322
|
-
**chatgpt.js** 的部分资金来自:
|
|
323
|
-
|
|
324
|
-
<div id="partners-collage" align="center">
|
|
325
|
-
|
|
326
|
-
<picture>
|
|
327
|
-
<source type="image/png" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/partners/collage/white.png">
|
|
328
|
-
<img width=888 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/partners/collage/black.png">
|
|
329
|
-
</picture>
|
|
330
|
-
|
|
331
|
-
</div>
|
|
332
|
-
|
|
333
|
-
<br>
|
|
334
|
-
|
|
335
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
336
|
-
|
|
337
|
-
<div align="center">
|
|
338
|
-
|
|
339
|
-
**[发布](https://www.npmjs.com/package/@kudoai/chatgpt.js?activeTab=versions)** /
|
|
340
|
-
[用户指南](https://github.com/KudoAI/chatgpt.js/blob/main/docs/USERGUIDE.md) /
|
|
341
|
-
[讨论](https://github.com/KudoAI/chatgpt.js/discussions) /
|
|
342
|
-
<a href="#">返回顶部 ↑</a>
|
|
343
|
-
|
|
344
|
-
</div>
|
package/docs/zh-cn/SECURITY.md
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
<h6>
|
|
3
|
-
<a href="../"><img height=15 style="margin: 0 3px -2px" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/6fa1659feadaf70853996dc7d7f6e1ab5a1e6301/media/images/icons/earth-americas.svg"></a>
|
|
4
|
-
简体中文 |
|
|
5
|
-
<a href="../SECURITY.md">English</a> |
|
|
6
|
-
<a href="../zh-tw/SECURITY.md">繁體中文</a> |
|
|
7
|
-
<a href="../ja/SECURITY.md">日本</a> |
|
|
8
|
-
<a href="../ko/SECURITY.md">한국인</a> |
|
|
9
|
-
<a href="../hi/SECURITY.md">हिंदी</a> |
|
|
10
|
-
<a href="../ne/SECURITY.md">नेपाली</a> |
|
|
11
|
-
<a href="../de/SECURITY.md">Deutsch</a> |
|
|
12
|
-
<a href="../es/SECURITY.md">Español</a> |
|
|
13
|
-
<a href="../fr/SECURITY.md">Français</a> |
|
|
14
|
-
<a href="../it/SECURITY.md">Italiano</a> |
|
|
15
|
-
<a href="../nl/SECURITY.md">Nederlands</a> |
|
|
16
|
-
<a href="../pt/SECURITY.md">Português</a> |
|
|
17
|
-
<a href="../vi/SECURITY.md">Việt</a>
|
|
18
|
-
</h6>
|
|
19
|
-
</div>
|
|
20
|
-
|
|
21
|
-
# 安全政策
|
|
22
|
-
|
|
23
|
-
如果您发现漏洞,请打开[安全公告草案](https://github.com/KudoAI/chatgpt.js/security/advisories/new)。
|
|
24
|
-
|
|
25
|
-
也欢迎拉取请求,但出于安全原因,请发送电子邮件至 <security@kudoai.com> 并等待回复后再公开。
|
package/docs/zh-tw/LICENSE.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
<h6>
|
|
3
|
-
<a href="../"><img height=15 style="margin: 0 3px -2px" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/6fa1659feadaf70853996dc7d7f6e1ab5a1e6301/media/images/icons/earth-americas.svg"></a>
|
|
4
|
-
繁體中文 |
|
|
5
|
-
<a href="../../LICENSE.md">English</a> |
|
|
6
|
-
<a href="../zh-cn/LICENSE.md">简体中文</a> |
|
|
7
|
-
<a href="../ja/LICENSE.md">日本</a> |
|
|
8
|
-
<a href="../ko/LICENSE.md">한국인</a> |
|
|
9
|
-
<a href="../hi/LICENSE.md">हिंदी</a> |
|
|
10
|
-
<a href="../ne/LICENSE.md">नेपाली</a> |
|
|
11
|
-
<a href="../de/LICENSE.md">Deutsch</a> |
|
|
12
|
-
<a href="../es/LICENSE.md">Español</a> |
|
|
13
|
-
<a href="../fr/LICENSE.md">Français</a> |
|
|
14
|
-
<a href="../it/LICENSE.md">Italiano</a> |
|
|
15
|
-
<a href="../nl/LICENSE.md">Nederlands</a> |
|
|
16
|
-
<a href="../pt/LICENSE.md">Português</a> |
|
|
17
|
-
<a href="../vi/LICENSE.md">Việt</a>
|
|
18
|
-
</h6>
|
|
19
|
-
</div>
|
|
20
|
-
|
|
21
|
-
# MIT 许可证
|
|
22
|
-
|
|
23
|
-
版權所有 © 2023–2024 [KudoAI](https://github.com/KudoAI) & [貢獻者](.#-貢獻者)
|
|
24
|
-
|
|
25
|
-
特此免費授予任何取得副本的人許可本軟體和相關文件文件(『軟體』),處理在軟體中不受限制,包括但不限於權利使用、複製、修改、合併、發布、分發、再授權和/或出售該軟體的副本,並允許該軟體是提供這樣做,但須滿足以下條件:
|
|
26
|
-
|
|
27
|
-
上述版權聲明和本許可聲明應包含在所有軟體的副本或重要部分。
|
|
28
|
-
|
|
29
|
-
本軟體『依現況』提供,不提供任何形式的明示或保證暗示的,包括但不限於適銷性保證,適用於特定目的和非侵權。 在任何情況下都不得作者或版權持有人對任何索賠、損害或其他責任,無論是在合約、侵權或其他方面的行為中,由以下原因引起,出於或與軟體或使用或其他交易有關軟體。
|