@kudoai/chatgpt.js 2.6.6 → 2.6.8
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/LICENSE.md +9 -0
- package/README.md +345 -341
- package/chatgpt.js +2056 -2060
- package/dist/chatgpt.min.js +3 -3
- package/docs/README.md +36 -32
- package/docs/SECURITY.md +25 -25
- package/docs/USERGUIDE.md +9 -9
- package/docs/de/LICENSE.md +29 -29
- package/docs/de/README.md +35 -31
- package/docs/de/SECURITY.md +25 -25
- package/docs/es/LICENSE.md +29 -29
- package/docs/es/README.md +35 -31
- package/docs/es/SECURITY.md +25 -25
- package/docs/fr/LICENSE.md +29 -29
- package/docs/fr/README.md +35 -31
- package/docs/fr/SECURITY.md +25 -25
- package/docs/hi/LICENSE.md +29 -29
- package/docs/hi/README.md +35 -31
- package/docs/hi/SECURITY.md +25 -25
- package/docs/it/LICENSE.md +26 -26
- package/docs/it/README.md +35 -31
- package/docs/it/SECURITY.md +25 -25
- package/docs/ja/LICENSE.md +29 -29
- package/docs/ja/README.md +35 -31
- package/docs/ja/SECURITY.md +25 -25
- package/docs/ko/LICENSE.md +32 -32
- package/docs/ko/README.md +35 -31
- package/docs/ko/SECURITY.md +25 -25
- package/docs/ne/LICENSE.md +35 -35
- package/docs/ne/README.md +35 -31
- package/docs/ne/SECURITY.md +25 -25
- package/docs/nl/LICENSE.md +29 -29
- package/docs/nl/README.md +35 -31
- package/docs/nl/SECURITY.md +25 -25
- package/docs/pt/LICENSE.md +28 -28
- package/docs/pt/README.md +35 -31
- package/docs/pt/SECURITY.md +25 -25
- package/docs/vi/LICENSE.md +29 -29
- package/docs/vi/README.md +35 -31
- package/docs/vi/SECURITY.md +25 -25
- package/docs/zh-cn/LICENSE.md +29 -29
- package/docs/zh-cn/README.md +35 -32
- package/docs/zh-cn/SECURITY.md +25 -25
- package/docs/zh-tw/LICENSE.md +29 -29
- package/docs/zh-tw/README.md +36 -32
- package/docs/zh-tw/SECURITY.md +25 -25
- package/package.json +73 -73
- package/starters/chrome/LICENSE.md +31 -43
- package/starters/chrome/docs/README.md +93 -93
- package/starters/chrome/docs/SECURITY.md +17 -17
- package/starters/chrome/docs/de/LICENSE.md +31 -31
- package/starters/chrome/docs/de/README.md +93 -93
- package/starters/chrome/docs/es/LICENSE.md +31 -31
- package/starters/chrome/docs/es/README.md +93 -93
- package/starters/chrome/docs/fr/LICENSE.md +31 -31
- package/starters/chrome/docs/fr/README.md +93 -93
- package/starters/chrome/docs/hi/LICENSE.md +31 -31
- package/starters/chrome/docs/hi/README.md +93 -93
- package/starters/chrome/docs/hi/SECURITY.md +17 -17
- package/starters/chrome/docs/it/LICENSE.md +29 -29
- package/starters/chrome/docs/it/README.md +93 -93
- package/starters/chrome/docs/ja/LICENSE.md +31 -31
- package/starters/chrome/docs/ja/README.md +93 -93
- package/starters/chrome/docs/ko/LICENSE.md +34 -34
- package/starters/chrome/docs/ko/README.md +93 -93
- package/starters/chrome/docs/nl/LICENSE.md +31 -30
- package/starters/chrome/docs/nl/README.md +93 -93
- package/starters/chrome/docs/pt/LICENSE.md +31 -31
- package/starters/chrome/docs/pt/README.md +93 -93
- package/starters/chrome/docs/vi/LICENSE.md +31 -31
- package/starters/chrome/docs/vi/README.md +93 -93
- package/starters/chrome/docs/zh-cn/LICENSE.md +31 -31
- package/starters/chrome/docs/zh-cn/README.md +93 -93
- package/starters/chrome/docs/zh-cn/SECURITY.md +17 -17
- package/starters/chrome/docs/zh-tw/LICENSE.md +31 -31
- package/starters/chrome/docs/zh-tw/README.md +93 -93
- package/starters/chrome/extension/background.js +14 -14
- package/starters/chrome/extension/content.js +62 -62
- package/starters/chrome/extension/lib/chatgpt.js +2057 -2063
- package/starters/chrome/extension/lib/settings-utils.js +24 -24
- package/starters/chrome/extension/manifest.json +24 -24
- package/starters/chrome/extension/popup/index.html +62 -62
- package/starters/chrome/extension/popup/popup.js +92 -92
- package/starters/chrome/extension/popup/style.css +55 -55
- package/starters/docs/LICENSE.md +13 -25
- package/starters/docs/README.md +29 -29
- package/starters/docs/de/LICENSE.md +13 -13
- package/starters/docs/de/README.md +29 -29
- package/starters/docs/es/LICENSE.md +13 -13
- package/starters/docs/es/README.md +29 -29
- package/starters/docs/fr/LICENSE.md +13 -13
- package/starters/docs/fr/README.md +29 -29
- package/starters/docs/hi/LICENSE.md +13 -13
- package/starters/docs/hi/README.md +29 -29
- package/starters/docs/it/LICENSE.md +11 -11
- package/starters/docs/it/README.md +29 -29
- package/starters/docs/ja/LICENSE.md +13 -13
- package/starters/docs/ja/README.md +30 -30
- package/starters/docs/ko/LICENSE.md +16 -16
- package/starters/docs/ko/README.md +29 -29
- package/starters/docs/nl/LICENSE.md +13 -13
- package/starters/docs/nl/README.md +29 -29
- package/starters/docs/pt/LICENSE.md +13 -13
- package/starters/docs/pt/README.md +29 -29
- package/starters/docs/vi/LICENSE.md +13 -13
- package/starters/docs/vi/README.md +29 -29
- package/starters/docs/zh-cn/LICENSE.md +13 -13
- package/starters/docs/zh-cn/README.md +30 -30
- package/starters/docs/zh-tw/LICENSE.md +13 -13
- package/starters/docs/zh-tw/README.md +29 -29
- package/starters/greasemonkey/LICENSE.md +31 -43
- package/starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js +7 -7
- package/starters/greasemonkey/docs/README.md +7 -7
- package/starters/greasemonkey/docs/SECURITY.md +17 -17
- package/starters/greasemonkey/docs/de/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/es/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/fr/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/hi/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/hi/SECURITY.md +17 -17
- package/starters/greasemonkey/docs/it/LICENSE.md +29 -29
- package/starters/greasemonkey/docs/ja/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/ko/LICENSE.md +34 -34
- package/starters/greasemonkey/docs/nl/LICENSE.md +31 -30
- package/starters/greasemonkey/docs/pt/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/vi/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/zh-cn/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/zh-cn/SECURITY.md +17 -17
- package/starters/greasemonkey/docs/zh-tw/LICENSE.md +31 -31
- package/LICENSE +0 -21
package/docs/nl/LICENSE.md
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
<h6>
|
|
3
|
-
<a href="../"><img height=15 style="margin: 0 3px -2px" src="https://raw.githubusercontent.com/
|
|
4
|
-
Nederlands |
|
|
5
|
-
<a href="../../LICENSE.md">English</a> |
|
|
6
|
-
<a href="../zh-cn/LICENSE.md">简体中文</a> |
|
|
7
|
-
<a href="../zh-tw/LICENSE.md">繁體中文</a> |
|
|
8
|
-
<a href="../ja/LICENSE.md">日本</a> |
|
|
9
|
-
<a href="../ko/LICENSE.md">한국인</a> |
|
|
10
|
-
<a href="../hi/LICENSE.md">हिंदी</a> |
|
|
11
|
-
<a href="../ne/LICENSE.md">नेपाली</a> |
|
|
12
|
-
<a href="../de/LICENSE.md">Deutsch</a> |
|
|
13
|
-
<a href="../es/LICENSE.md">Español</a> |
|
|
14
|
-
<a href="../fr/LICENSE.md">Français</a> |
|
|
15
|
-
<a href="../it/LICENSE.md">Italiano</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-licentie
|
|
22
|
-
|
|
23
|
-
Auteursrechten
|
|
24
|
-
|
|
25
|
-
Toestemming wordt hierbij kosteloos verleend aan een ieder die een kopie verkrijgt van deze software en bijbehorende documentatiebestanden (de "Software"), te behandelen in de Software zonder beperking, inclusief maar niet beperkt tot de rechten gebruiken, kopiëren, wijzigen, samenvoegen, publiceren, distribueren, in sublicentie geven en/of verkopen kopieën van de Software, en om personen aan wie de Software is toe te staan daartoe ingericht onder de volgende voorwaarden:
|
|
26
|
-
|
|
27
|
-
De bovenstaande auteursrechtvermelding en deze toestemmingsvermelding zullen in alle worden opgenomen kopieën of substantiële delen van de Software.
|
|
28
|
-
|
|
29
|
-
DE SOFTWARE WORDT GELEVERD "AS IS", ZONDER ENIGE VORM VAN GARANTIE, UITDRUKKELIJK OF IMPLICIET, INCLUSIEF MAAR NIET BEPERKT TOT DE GARANTIES VAN VERKOOPBAARHEID, GESCHIKTHEID VOOR EEN BEPAALD DOEL EN NIET-INBREUK. IN GEEN GEVAL ZAL DE AUTEURS OF AUTEURSRECHTHOUDERS ZIJN AANSPRAKELIJK VOOR ELKE CLAIM, SCHADE OF ANDERE AANSPRAKELIJKHEID, HETZIJ IN EEN ACTIE VAN CONTRACT, ONRECHTMATIGE DAAD OF ANDERSZINS, ALS GEVOLG VAN, UIT OF IN VERBAND MET DE SOFTWARE OF HET GEBRUIK OF ANDERE HANDELINGEN IN DE SOFTWARE.
|
|
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
|
+
Nederlands |
|
|
5
|
+
<a href="../../LICENSE.md">English</a> |
|
|
6
|
+
<a href="../zh-cn/LICENSE.md">简体中文</a> |
|
|
7
|
+
<a href="../zh-tw/LICENSE.md">繁體中文</a> |
|
|
8
|
+
<a href="../ja/LICENSE.md">日本</a> |
|
|
9
|
+
<a href="../ko/LICENSE.md">한국인</a> |
|
|
10
|
+
<a href="../hi/LICENSE.md">हिंदी</a> |
|
|
11
|
+
<a href="../ne/LICENSE.md">नेपाली</a> |
|
|
12
|
+
<a href="../de/LICENSE.md">Deutsch</a> |
|
|
13
|
+
<a href="../es/LICENSE.md">Español</a> |
|
|
14
|
+
<a href="../fr/LICENSE.md">Français</a> |
|
|
15
|
+
<a href="../it/LICENSE.md">Italiano</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-licentie
|
|
22
|
+
|
|
23
|
+
Auteursrechten © 2023–2024 [KudoAI](https://github.com/KudoAI) & [bijdragers](.#-bijdragers)
|
|
24
|
+
|
|
25
|
+
Toestemming wordt hierbij kosteloos verleend aan een ieder die een kopie verkrijgt van deze software en bijbehorende documentatiebestanden (de "Software"), te behandelen in de Software zonder beperking, inclusief maar niet beperkt tot de rechten gebruiken, kopiëren, wijzigen, samenvoegen, publiceren, distribueren, in sublicentie geven en/of verkopen kopieën van de Software, en om personen aan wie de Software is toe te staan daartoe ingericht onder de volgende voorwaarden:
|
|
26
|
+
|
|
27
|
+
De bovenstaande auteursrechtvermelding en deze toestemmingsvermelding zullen in alle worden opgenomen kopieën of substantiële delen van de Software.
|
|
28
|
+
|
|
29
|
+
DE SOFTWARE WORDT GELEVERD "AS IS", ZONDER ENIGE VORM VAN GARANTIE, UITDRUKKELIJK OF IMPLICIET, INCLUSIEF MAAR NIET BEPERKT TOT DE GARANTIES VAN VERKOOPBAARHEID, GESCHIKTHEID VOOR EEN BEPAALD DOEL EN NIET-INBREUK. IN GEEN GEVAL ZAL DE AUTEURS OF AUTEURSRECHTHOUDERS ZIJN AANSPRAKELIJK VOOR ELKE CLAIM, SCHADE OF ANDERE AANSPRAKELIJKHEID, HETZIJ IN EEN ACTIE VAN CONTRACT, ONRECHTMATIGE DAAD OF ANDERSZINS, ALS GEVOLG VAN, UIT OF IN VERBAND MET DE SOFTWARE OF HET GEBRUIK OF ANDERE HANDELINGEN IN DE SOFTWARE.
|
package/docs/nl/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
<h6>
|
|
5
|
-
<a href="https://github.com/
|
|
5
|
+
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs">
|
|
6
6
|
<picture>
|
|
7
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
8
|
<img src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/icons/earth-americas-padded-icon17x15.svg">
|
|
@@ -27,10 +27,12 @@
|
|
|
27
27
|
|
|
28
28
|
<br>
|
|
29
29
|
|
|
30
|
-
<
|
|
31
|
-
<
|
|
32
|
-
|
|
33
|
-
|
|
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>
|
|
34
36
|
|
|
35
37
|
### 🤖 Een krachtige client-side JavaScript-bibliotheek voor ChatGPT
|
|
36
38
|
|
|
@@ -40,18 +42,19 @@
|
|
|
40
42
|
|
|
41
43
|
<div id="shields" align="center">
|
|
42
44
|
|
|
43
|
-
[](https://github.com/KudoAI/chatgpt.js/stargazers)
|
|
44
46
|
[](LICENSE.md)
|
|
45
|
-
[](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)
|
|
48
51
|
[](https://github.com/sindresorhus/awesome-chatgpt#javascript)
|
|
49
52
|
[](https://www.producthunt.com/posts/chatgpt-js)
|
|
50
53
|
|
|
51
54
|
|
|
52
55
|
</div>
|
|
53
56
|
|
|
54
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
57
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
55
58
|
|
|
56
59
|
<div id="intro">
|
|
57
60
|
|
|
@@ -66,7 +69,7 @@
|
|
|
66
69
|
- Makkelijk te gebruiken
|
|
67
70
|
- Lichtgewicht (maar toch optimaal presterend)
|
|
68
71
|
|
|
69
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
72
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
70
73
|
|
|
71
74
|
<div id="importing">
|
|
72
75
|
|
|
@@ -80,7 +83,7 @@
|
|
|
80
83
|
|
|
81
84
|
```js
|
|
82
85
|
(async () => {
|
|
83
|
-
await import('https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.
|
|
86
|
+
await import('https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js');
|
|
84
87
|
// Uw code hier...
|
|
85
88
|
})();
|
|
86
89
|
```
|
|
@@ -89,7 +92,7 @@
|
|
|
89
92
|
|
|
90
93
|
```js
|
|
91
94
|
var xhr = new XMLHttpRequest();
|
|
92
|
-
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.
|
|
95
|
+
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js');
|
|
93
96
|
xhr.onload = function () {
|
|
94
97
|
if (xhr.status === 200) {
|
|
95
98
|
var chatgptJS = document.createElement('script');
|
|
@@ -105,13 +108,13 @@ function yourCode() {
|
|
|
105
108
|
}
|
|
106
109
|
```
|
|
107
110
|
|
|
108
|
-
### <img style="margin: 0 2px -0.065rem 0" height=17 src="https://raw.githubusercontent.com/
|
|
111
|
+
### <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:
|
|
109
112
|
|
|
110
|
-
> **Nota** _Een startsjabloon gebruiken: [kudoai/chatgpt.js-greasemonkey-starter](https://github.com/
|
|
113
|
+
> **Nota** _Een startsjabloon gebruiken: [kudoai/chatgpt.js-greasemonkey-starter](https://github.com/KudoAI/chatgpt.js-greasemonkey-starter)_
|
|
111
114
|
|
|
112
115
|
```js
|
|
113
116
|
...
|
|
114
|
-
// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.
|
|
117
|
+
// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js
|
|
115
118
|
// ==/UserScript==
|
|
116
119
|
|
|
117
120
|
// Uw code hier...
|
|
@@ -119,11 +122,11 @@ function yourCode() {
|
|
|
119
122
|
|
|
120
123
|
### <img style="margin: 0 2px -1px 0" height=16 src="https://www.google.com/chrome/static/images/favicons/apple-icon-60x60.png"> Chrome:
|
|
121
124
|
|
|
122
|
-
> **Nota** _Een startsjabloon gebruiken: [kudoai/chatgpt.js-chrome-starter](https://github.com/
|
|
125
|
+
> **Nota** _Een startsjabloon gebruiken: [kudoai/chatgpt.js-chrome-starter](https://github.com/KudoAI/chatgpt.js-chrome-starter)_
|
|
123
126
|
|
|
124
127
|
Omdat Google geen externe code toestaat, is het lokaal importeren van chatgpt.js vereist:
|
|
125
128
|
|
|
126
|
-
1. Sla https://raw.githubusercontent.com/
|
|
129
|
+
1. Sla https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/chatgpt.js op in een subdirectory (`lib` in dit voorbeeld)
|
|
127
130
|
|
|
128
131
|
2. ES6-exportinstructie toevoegen aan het einde van `lib/chatgpt.js`
|
|
129
132
|
```js
|
|
@@ -147,7 +150,7 @@ export { chatgpt }
|
|
|
147
150
|
})();
|
|
148
151
|
```
|
|
149
152
|
|
|
150
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
153
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
151
154
|
|
|
152
155
|
<div id="npm">
|
|
153
156
|
|
|
@@ -165,7 +168,7 @@ Na de installatie navigeert u naar `node_modules/@kudoai/chatgpt.js` om de bibli
|
|
|
165
168
|
|
|
166
169
|
</div>
|
|
167
170
|
|
|
168
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
171
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
169
172
|
|
|
170
173
|
<div id="usage">
|
|
171
174
|
|
|
@@ -186,9 +189,9 @@ chatgpt.get('reply', 'last');
|
|
|
186
189
|
|
|
187
190
|
Elke oproep haalt gelijkelijk het laatste antwoord op. Als je denkt dat het werkt, zal het waarschijnlijk... dus typ het gewoon!
|
|
188
191
|
|
|
189
|
-
Als dit niet het geval is, bekijk dan de uitgebreide [gebruikershandleiding](https://github.com/
|
|
192
|
+
Als dit niet het geval is, bekijk dan de uitgebreide [gebruikershandleiding](https://github.com/KudoAI/chatgpt.js/blob/main/docs/USERGUIDE.md), of dien gewoon een [probleem](https://github.com/KudoAI/chatgpt.js/issues) in of [PR](https://github.com/KudoAI/chatgpt.js/pulls) en het wordt geïntegreerd, makkelijk!
|
|
190
193
|
|
|
191
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
194
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
192
195
|
|
|
193
196
|
<div id="showcase">
|
|
194
197
|
|
|
@@ -264,10 +267,10 @@ https://github.com/KudoAI/chatgpt.js/assets/10906554/f53c740f-d5e0-49b6-ae02-3b3
|
|
|
264
267
|
<p><br>
|
|
265
268
|
|
|
266
269
|
<p id="showcase-cta">
|
|
267
|
-
Als je iets hebt gemaakt met chatgpt.js dat je wilt delen, stuur dan een e-mail naar <a href="mailto:showcase@chatgptjs.org">showcase@chatgptjs.org</a> of open gewoon een <a href="https://github.com/
|
|
270
|
+
Als je iets hebt gemaakt met chatgpt.js dat je wilt delen, stuur dan een e-mail naar <a href="mailto:showcase@chatgptjs.org">showcase@chatgptjs.org</a> of open gewoon een <a href="https://github.com/KudoAI/chatgpt.js/pulls" target="_blank" rel="noopener">pull request</a>!
|
|
268
271
|
</p>
|
|
269
272
|
|
|
270
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
273
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
271
274
|
|
|
272
275
|
<div id="contributors">
|
|
273
276
|
|
|
@@ -300,15 +303,16 @@ Deze bibliotheek bestaat dankzij code, vertalingen, problemen en ideeën van de
|
|
|
300
303
|
[](https://github.com/philly88r)
|
|
301
304
|
[](https://github.com/thomasgauthier)
|
|
302
305
|
[](https://github.com/pranav-bhatt)
|
|
306
|
+
[](https://github.com/hopana)
|
|
303
307
|
[](https://github.com/Luwa-Tech)
|
|
304
308
|
[](https://github.com/dependabot)
|
|
305
309
|
[](https://chat.openai.com)
|
|
306
|
-
[](https://poe.com)
|
|
307
311
|
[](https://github.com/ImgBotApp)
|
|
308
312
|
|
|
309
313
|
</div><br>
|
|
310
314
|
|
|
311
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
315
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
312
316
|
|
|
313
317
|
<div id="partners">
|
|
314
318
|
|
|
@@ -321,21 +325,21 @@ Deze bibliotheek bestaat dankzij code, vertalingen, problemen en ideeën van de
|
|
|
321
325
|
<div id="partners-collage" align="center">
|
|
322
326
|
|
|
323
327
|
<picture>
|
|
324
|
-
<source type="image/png" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/
|
|
325
|
-
<img width=888 src="https://raw.githubusercontent.com/
|
|
328
|
+
<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">
|
|
329
|
+
<img width=888 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/partners/collage/black.png">
|
|
326
330
|
</picture>
|
|
327
331
|
|
|
328
332
|
</div>
|
|
329
333
|
|
|
330
334
|
<br>
|
|
331
335
|
|
|
332
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
336
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
333
337
|
|
|
334
338
|
<div align="center">
|
|
335
339
|
|
|
336
340
|
**[Uitgaven](https://www.npmjs.com/package/@kudoai/chatgpt.js?activeTab=versions)** /
|
|
337
|
-
[gebruikershandleiding](https://github.com/
|
|
338
|
-
[Bespreken](https://github.com/
|
|
341
|
+
[gebruikershandleiding](https://github.com/KudoAI/chatgpt.js/blob/main/docs/USERGUIDE.md) /
|
|
342
|
+
[Bespreken](https://github.com/KudoAI/chatgpt.js/discussions) /
|
|
339
343
|
<a href="#">Terug naar boven ↑</a>
|
|
340
344
|
|
|
341
345
|
</div>
|
package/docs/nl/SECURITY.md
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
<h6>
|
|
3
|
-
<a href="../"><img height=15 style="margin: 0 3px -2px" src="https://raw.githubusercontent.com/
|
|
4
|
-
Nederlands |
|
|
5
|
-
<a href="../SECURITY.md">English</a> |
|
|
6
|
-
<a href="../zh-cn/SECURITY.md">简体中文</a> |
|
|
7
|
-
<a href="../zh-tw/SECURITY.md">繁體中文</a> |
|
|
8
|
-
<a href="../ja/SECURITY.md">日本</a> |
|
|
9
|
-
<a href="../ko/SECURITY.md">한국인</a> |
|
|
10
|
-
<a href="../hi/SECURITY.md">हिंदी</a> |
|
|
11
|
-
<a href="../ne/SECURITY.md">नेपाली</a> |
|
|
12
|
-
<a href="../de/SECURITY.md">Deutsch</a> |
|
|
13
|
-
<a href="../es/SECURITY.md">Español</a> |
|
|
14
|
-
<a href="../fr/SECURITY.md">Français</a> |
|
|
15
|
-
<a href="../it/SECURITY.md">Italiano</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
|
-
# Veiligheidsbeleid
|
|
22
|
-
|
|
23
|
-
Als u een kwetsbaarheid vindt, open dan een [conceptbeveiligingsadvies](https://github.com/
|
|
24
|
-
|
|
25
|
-
Pull-verzoeken zijn ook welkom, maar stuur om veiligheidsredenen een e-mail naar security@
|
|
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
|
+
Nederlands |
|
|
5
|
+
<a href="../SECURITY.md">English</a> |
|
|
6
|
+
<a href="../zh-cn/SECURITY.md">简体中文</a> |
|
|
7
|
+
<a href="../zh-tw/SECURITY.md">繁體中文</a> |
|
|
8
|
+
<a href="../ja/SECURITY.md">日本</a> |
|
|
9
|
+
<a href="../ko/SECURITY.md">한국인</a> |
|
|
10
|
+
<a href="../hi/SECURITY.md">हिंदी</a> |
|
|
11
|
+
<a href="../ne/SECURITY.md">नेपाली</a> |
|
|
12
|
+
<a href="../de/SECURITY.md">Deutsch</a> |
|
|
13
|
+
<a href="../es/SECURITY.md">Español</a> |
|
|
14
|
+
<a href="../fr/SECURITY.md">Français</a> |
|
|
15
|
+
<a href="../it/SECURITY.md">Italiano</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
|
+
# Veiligheidsbeleid
|
|
22
|
+
|
|
23
|
+
Als u een kwetsbaarheid vindt, open dan een [conceptbeveiligingsadvies](https://github.com/KudoAI/chatgpt.js/security/advisories/new).
|
|
24
|
+
|
|
25
|
+
Pull-verzoeken zijn ook welkom, maar stuur om veiligheidsredenen een e-mail naar <security@kudoai.com> en wacht op een reactie voordat je het openbaar maakt.
|
package/docs/pt/LICENSE.md
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
<h6>
|
|
3
|
-
<a href="../"><img height=15 style="margin: 0 3px -2px" src="https://raw.githubusercontent.com/
|
|
4
|
-
Português |
|
|
5
|
-
<a href="../../LICENSE.md">English</a> |
|
|
6
|
-
<a href="../zh-cn/LICENSE.md">简体中文</a> |
|
|
7
|
-
<a href="../zh-tw/LICENSE.md">繁體中文</a> |
|
|
8
|
-
<a href="../ja/LICENSE.md">日本</a> |
|
|
9
|
-
<a href="../ko/LICENSE.md">한국인</a> |
|
|
10
|
-
<a href="../hi/LICENSE.md">हिंदी</a> |
|
|
11
|
-
<a href="../ne/LICENSE.md">नेपाली</a> |
|
|
12
|
-
<a href="../de/LICENSE.md">Deutsch</a> |
|
|
13
|
-
<a href="../es/LICENSE.md">Español</a> |
|
|
14
|
-
<a href="../fr/LICENSE.md">Français</a> |
|
|
15
|
-
<a href="../it/LICENSE.md">Italiano</a> |
|
|
16
|
-
<a href="../nl/LICENSE.md">Nederlands</a> |
|
|
17
|
-
<a href="../vi/LICENSE.md">Việt</a>
|
|
18
|
-
</h6>
|
|
19
|
-
</div>
|
|
20
|
-
|
|
21
|
-
# Licença MIT
|
|
22
|
-
|
|
23
|
-
Direitos autorais
|
|
24
|
-
|
|
25
|
-
A permissão é concedida, gratuitamente, a qualquer pessoa que obtenha uma cópia deste software e arquivos de documentação associados (o "Software"), para lidar no Software sem restrições, incluindo, sem limitação, os direitos usar, copiar, modificar, fundir, publicar, distribuir, sublicenciar e/ou vender cópias do Software e para permitir que as pessoas a quem o Software é munidos para o efeito, nas seguintes condições:
|
|
26
|
-
|
|
27
|
-
O aviso de direitos autorais acima e este aviso de permissão devem ser incluídos em todos os cópias ou partes substanciais do Software.
|
|
28
|
-
|
|
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
|
+
Português |
|
|
5
|
+
<a href="../../LICENSE.md">English</a> |
|
|
6
|
+
<a href="../zh-cn/LICENSE.md">简体中文</a> |
|
|
7
|
+
<a href="../zh-tw/LICENSE.md">繁體中文</a> |
|
|
8
|
+
<a href="../ja/LICENSE.md">日本</a> |
|
|
9
|
+
<a href="../ko/LICENSE.md">한국인</a> |
|
|
10
|
+
<a href="../hi/LICENSE.md">हिंदी</a> |
|
|
11
|
+
<a href="../ne/LICENSE.md">नेपाली</a> |
|
|
12
|
+
<a href="../de/LICENSE.md">Deutsch</a> |
|
|
13
|
+
<a href="../es/LICENSE.md">Español</a> |
|
|
14
|
+
<a href="../fr/LICENSE.md">Français</a> |
|
|
15
|
+
<a href="../it/LICENSE.md">Italiano</a> |
|
|
16
|
+
<a href="../nl/LICENSE.md">Nederlands</a> |
|
|
17
|
+
<a href="../vi/LICENSE.md">Việt</a>
|
|
18
|
+
</h6>
|
|
19
|
+
</div>
|
|
20
|
+
|
|
21
|
+
# Licença MIT
|
|
22
|
+
|
|
23
|
+
Direitos autorais © 2023–2024 [KudoAI](https://github.com/KudoAI) e [colaboradores](.#-colaboradores)
|
|
24
|
+
|
|
25
|
+
A permissão é concedida, gratuitamente, a qualquer pessoa que obtenha uma cópia deste software e arquivos de documentação associados (o "Software"), para lidar no Software sem restrições, incluindo, sem limitação, os direitos usar, copiar, modificar, fundir, publicar, distribuir, sublicenciar e/ou vender cópias do Software e para permitir que as pessoas a quem o Software é munidos para o efeito, nas seguintes condições:
|
|
26
|
+
|
|
27
|
+
O aviso de direitos autorais acima e este aviso de permissão devem ser incluídos em todos os cópias ou partes substanciais do Software.
|
|
28
|
+
|
|
29
29
|
O SOFTWARE É FORNECIDO "COMO ESTÁ", SEM GARANTIA DE QUALQUER TIPO, EXPRESSA OU IMPLÍCITAS, INCLUINDO, SEM LIMITAÇÃO, AS GARANTIAS DE COMERCIALIZAÇÃO, ADEQUAÇÃO PARA UM FIM ESPECÍFICO E NÃO VIOLAÇÃO. EM NENHUM CASO O OS AUTORES OU DETENTORES DOS DIREITOS AUTORAIS SERÃO RESPONSÁVEIS POR QUALQUER REIVINDICAÇÃO, DANOS OU OUTROS RESPONSABILIDADE, SEJA EM UMA AÇÃO DE CONTRATO, ILÍCITO OU DE OUTRA FORMA, DECORRENTE DE, FORA DE OU EM CONEXÃO COM O SOFTWARE OU O USO OU OUTROS NEGÓCIOS NO PROGRAMAS.
|
package/docs/pt/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
<h6>
|
|
5
|
-
<a href="https://github.com/
|
|
5
|
+
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs">
|
|
6
6
|
<picture>
|
|
7
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
8
|
<img src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/icons/earth-americas-padded-icon17x15.svg">
|
|
@@ -27,10 +27,12 @@
|
|
|
27
27
|
|
|
28
28
|
<br>
|
|
29
29
|
|
|
30
|
-
<
|
|
31
|
-
<
|
|
32
|
-
|
|
33
|
-
|
|
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>
|
|
34
36
|
|
|
35
37
|
### 🤖 Uma poderosa biblioteca JavaScript do lado do cliente para ChatGPT
|
|
36
38
|
|
|
@@ -40,18 +42,19 @@
|
|
|
40
42
|
|
|
41
43
|
<div id="shields" align="center">
|
|
42
44
|
|
|
43
|
-
[](https://github.com/KudoAI/chatgpt.js/stargazers)
|
|
44
46
|
[](LICENSE.md)
|
|
45
|
-
[](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)
|
|
48
51
|
[](https://github.com/sindresorhus/awesome-chatgpt#javascript)
|
|
49
52
|
[](https://www.producthunt.com/posts/chatgpt-js)
|
|
50
53
|
|
|
51
54
|
|
|
52
55
|
</div>
|
|
53
56
|
|
|
54
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
57
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
55
58
|
|
|
56
59
|
<div id="intro">
|
|
57
60
|
|
|
@@ -66,7 +69,7 @@
|
|
|
66
69
|
- Fácil de usar
|
|
67
70
|
- Leve (ainda com ótimo desempenho)
|
|
68
71
|
|
|
69
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
72
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
70
73
|
|
|
71
74
|
<div id="importing">
|
|
72
75
|
|
|
@@ -80,7 +83,7 @@
|
|
|
80
83
|
|
|
81
84
|
```js
|
|
82
85
|
(async () => {
|
|
83
|
-
await import('https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.
|
|
86
|
+
await import('https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js');
|
|
84
87
|
// Seu código aqui...
|
|
85
88
|
})();
|
|
86
89
|
```
|
|
@@ -89,7 +92,7 @@
|
|
|
89
92
|
|
|
90
93
|
```js
|
|
91
94
|
var xhr = new XMLHttpRequest();
|
|
92
|
-
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.
|
|
95
|
+
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js');
|
|
93
96
|
xhr.onload = function () {
|
|
94
97
|
if (xhr.status === 200) {
|
|
95
98
|
var chatgptJS = document.createElement('script');
|
|
@@ -105,13 +108,13 @@ function yourCode() {
|
|
|
105
108
|
}
|
|
106
109
|
```
|
|
107
110
|
|
|
108
|
-
### <img style="margin: 0 2px -0.065rem 0" height=17 src="https://raw.githubusercontent.com/
|
|
111
|
+
### <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:
|
|
109
112
|
|
|
110
|
-
> **Observação** _Para usar um modelo inicial: [kudoai/chatgpt.js-greasemonkey-starter](https://github.com/
|
|
113
|
+
> **Observação** _Para usar um modelo inicial: [kudoai/chatgpt.js-greasemonkey-starter](https://github.com/KudoAI/chatgpt.js-greasemonkey-starter)_
|
|
111
114
|
|
|
112
115
|
```js
|
|
113
116
|
...
|
|
114
|
-
// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.
|
|
117
|
+
// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js
|
|
115
118
|
// ==/UserScript==
|
|
116
119
|
|
|
117
120
|
// Seu código aqui...
|
|
@@ -119,11 +122,11 @@ function yourCode() {
|
|
|
119
122
|
|
|
120
123
|
### <img style="margin: 0 2px -1px 0" height=16 src="https://www.google.com/chrome/static/images/favicons/apple-icon-60x60.png"> Chrome:
|
|
121
124
|
|
|
122
|
-
> **Observação** _Para usar um modelo inicial: [kudoai/chatgpt.js-chrome-starter](https://github.com/
|
|
125
|
+
> **Observação** _Para usar um modelo inicial: [kudoai/chatgpt.js-chrome-starter](https://github.com/KudoAI/chatgpt.js-chrome-starter)_
|
|
123
126
|
|
|
124
127
|
Como o Google não permite código remoto, é necessário importar chatgpt.js localmente:
|
|
125
128
|
|
|
126
|
-
1. Salve https://raw.githubusercontent.com/
|
|
129
|
+
1. Salve https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/chatgpt.js em um subdiretório (`lib` neste exemplo)
|
|
127
130
|
|
|
128
131
|
2. Adicione a instrução de exportação ES6 ao final de `lib/chatgpt.js`
|
|
129
132
|
```js
|
|
@@ -147,7 +150,7 @@ export { chatgpt }
|
|
|
147
150
|
})();
|
|
148
151
|
```
|
|
149
152
|
|
|
150
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
153
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
151
154
|
|
|
152
155
|
<div id="npm">
|
|
153
156
|
|
|
@@ -165,7 +168,7 @@ Após a instalação, navegue até `node_modules/@kudoai/chatgpt.js` para encont
|
|
|
165
168
|
|
|
166
169
|
</div>
|
|
167
170
|
|
|
168
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
171
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
169
172
|
|
|
170
173
|
<div id="usage">
|
|
171
174
|
|
|
@@ -186,9 +189,9 @@ chatgpt.get('reply', 'last');
|
|
|
186
189
|
|
|
187
190
|
Cada chamada busca igualmente a última resposta. Se você acha que funciona, provavelmente funcionará... então apenas digite! (Quem tem tempo para documentos?)
|
|
188
191
|
|
|
189
|
-
Caso contrário, verifique o [guia do usuário](https://github.com/
|
|
192
|
+
Caso contrário, verifique o [guia do usuário](https://github.com/KudoAI/chatgpt.js/blob/main/docs/USERGUIDE.md) estendido ou simplesmente envie um [problema](https://github.com/KudoAI/chatgpt.js/issues) ou [PR](https://github.com/KudoAI/chatgpt.js/pulls) e será integrado, mole-mole!
|
|
190
193
|
|
|
191
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
194
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
192
195
|
|
|
193
196
|
<div id="showcase">
|
|
194
197
|
|
|
@@ -264,10 +267,10 @@ https://github.com/KudoAI/chatgpt.js/assets/10906554/f53c740f-d5e0-49b6-ae02-3b3
|
|
|
264
267
|
<p><br>
|
|
265
268
|
|
|
266
269
|
<p id="showcase-cta">
|
|
267
|
-
Se você fez algo com chatgpt.js que deseja compartilhar, envie um e-mail para <a href="mailto:showcase@chatgptjs.org">showcase@chatgptjs.org</a> ou apenas abra um <a href="https://github.com/
|
|
270
|
+
Se você fez algo com chatgpt.js que deseja compartilhar, envie um e-mail para <a href="mailto:showcase@chatgptjs.org">showcase@chatgptjs.org</a> ou apenas abra um <a href="https://github.com/KudoAI/chatgpt.js/pulls" target="_blank" rel="noopener">pull request</a>!
|
|
268
271
|
</p>
|
|
269
272
|
|
|
270
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
273
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
271
274
|
|
|
272
275
|
<div id="contributors">
|
|
273
276
|
|
|
@@ -300,15 +303,16 @@ Esta biblioteca existe graças ao código, traduções, problemas e ideias dos s
|
|
|
300
303
|
[](https://github.com/philly88r)
|
|
301
304
|
[](https://github.com/thomasgauthier)
|
|
302
305
|
[](https://github.com/pranav-bhatt)
|
|
306
|
+
[](https://github.com/hopana)
|
|
303
307
|
[](https://github.com/Luwa-Tech)
|
|
304
308
|
[](https://github.com/dependabot)
|
|
305
309
|
[](https://chat.openai.com)
|
|
306
|
-
[](https://poe.com)
|
|
307
311
|
[](https://github.com/ImgBotApp)
|
|
308
312
|
|
|
309
313
|
</div><br>
|
|
310
314
|
|
|
311
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
315
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
312
316
|
|
|
313
317
|
<div id="partners">
|
|
314
318
|
|
|
@@ -321,21 +325,21 @@ Esta biblioteca existe graças ao código, traduções, problemas e ideias dos s
|
|
|
321
325
|
<div id="partners-collage" align="center">
|
|
322
326
|
|
|
323
327
|
<picture>
|
|
324
|
-
<source type="image/png" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/
|
|
325
|
-
<img width=888 src="https://raw.githubusercontent.com/
|
|
328
|
+
<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">
|
|
329
|
+
<img width=888 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/partners/collage/black.png">
|
|
326
330
|
</picture>
|
|
327
331
|
|
|
328
332
|
</div>
|
|
329
333
|
|
|
330
334
|
<br>
|
|
331
335
|
|
|
332
|
-
<img height=8px width="100%" src="https://raw.githubusercontent.com/
|
|
336
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
333
337
|
|
|
334
338
|
<div align="center">
|
|
335
339
|
|
|
336
340
|
**[Lançamentos](https://www.npmjs.com/package/@kudoai/chatgpt.js?activeTab=versions)** /
|
|
337
|
-
[guia do usuário](https://github.com/
|
|
338
|
-
[Discutir](https://github.com/
|
|
341
|
+
[guia do usuário](https://github.com/KudoAI/chatgpt.js/blob/main/docs/USERGUIDE.md) /
|
|
342
|
+
[Discutir](https://github.com/KudoAI/chatgpt.js/discussions) /
|
|
339
343
|
<a href="#">De volta ao topo ↑</a>
|
|
340
344
|
|
|
341
345
|
</div>
|