@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/es/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
|
### 🤖 Una poderosa biblioteca de JavaScript del lado del 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
|
- Ligero (pero con un rendimiento óptimo)
|
|
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
|
// Tu código aquí...
|
|
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** _Para utilizar una plantilla de inicio: [kudoai/chatgpt.js-greasemonkey-starter](https://github.com/
|
|
113
|
+
> **Nota** _Para utilizar una plantilla de inicio: [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
|
// Tu código aquí...
|
|
@@ -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** _Para utilizar una plantilla de inicio: [kudoai/chatgpt.js-chrome-starter](https://github.com/
|
|
125
|
+
> **Nota** _Para utilizar una plantilla de inicio: [kudoai/chatgpt.js-chrome-starter](https://github.com/KudoAI/chatgpt.js-chrome-starter)_
|
|
123
126
|
|
|
124
127
|
Dado que Google no permite el código remoto, es necesario importar chatgpt.js localmente:
|
|
125
128
|
|
|
126
|
-
1. Guarde https://raw.githubusercontent.com/
|
|
129
|
+
1. Guarde https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/chatgpt.js en un subdirectorio (`lib` en este ejemplo)
|
|
127
130
|
|
|
128
131
|
2. Agregue la declaración de exportación ES6 al 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 @@ Después de la instalación, navegue hasta `node_modules/@kudoai/chatgpt.js` par
|
|
|
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 llamada obtiene igualmente la última respuesta. Si crees que funciona, probablemente lo hará... ¡así que escríbelo! (¿Quién tiene tiempo para los documentos?)
|
|
188
191
|
|
|
189
|
-
Si no fue así, consulte la [guía del usuario](https://github.com/
|
|
192
|
+
Si no fue así, consulte la [guía del usuario](https://github.com/KudoAI/chatgpt.js/blob/main/docs/USERGUIDE.md) extendida, o simplemente envíe un [problema] (https:/ /github.com/KudoAI/chatgpt.js/issues) o [PR](https://github.com/KudoAI/chatgpt.js/pulls) y se integrará, ¡pan comido!
|
|
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
|
-
¡Si ha creado algo con chatgpt.js que desea compartir, envíe un correo electrónico a <a href="mailto:showcase@chatgptjs.org">showcase@chatgptjs.org</a> o simplemente abra una <a href="https://github.com/
|
|
270
|
+
¡Si ha creado algo con chatgpt.js que desea compartir, envíe un correo electrónico a <a href="mailto:showcase@chatgptjs.org">showcase@chatgptjs.org</a> o simplemente abra una <a href="https://github.com/KudoAI/chatgpt.js/pulls" target="_blank" rel="noopener">solicitud de extracción</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 gracias al código, las traducciones, los problemas y las
|
|
|
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 gracias al código, las traducciones, los problemas y las
|
|
|
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
|
**[Lanzamientos](https://www.npmjs.com/package/@kudoai/chatgpt.js?activeTab=versions)** /
|
|
337
|
-
[Guía del usuario](https://github.com/
|
|
338
|
-
[Conversar](https://github.com/
|
|
341
|
+
[Guía del usuario](https://github.com/KudoAI/chatgpt.js/blob/main/docs/USERGUIDE.md) /
|
|
342
|
+
[Conversar](https://github.com/KudoAI/chatgpt.js/discussions) /
|
|
339
343
|
<a href="#">Volver arriba ↑</a>
|
|
340
344
|
|
|
341
345
|
</div>
|
package/docs/es/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
|
-
Español |
|
|
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="../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
|
-
# Politica de seguridad
|
|
22
|
-
|
|
23
|
-
Si encuentra una vulnerabilidad, abra un [borrador de aviso de seguridad](https://github.com/
|
|
24
|
-
|
|
25
|
-
Las solicitudes de extracción también son bienvenidas, pero por razones de seguridad, envíe un correo electrónico a 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
|
+
Español |
|
|
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="../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
|
+
# Politica de seguridad
|
|
22
|
+
|
|
23
|
+
Si encuentra una vulnerabilidad, abra un [borrador de aviso de seguridad](https://github.com/KudoAI/chatgpt.js/security/advisories/new).
|
|
24
|
+
|
|
25
|
+
Las solicitudes de extracción también son bienvenidas, pero por razones de seguridad, envíe un correo electrónico a <security@kudoai.com> y espere una respuesta antes de hacerlo público.
|
package/docs/fr/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
|
-
Français |
|
|
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="../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
|
-
# Licence MIT
|
|
22
|
-
|
|
23
|
-
Droit d'
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
L'avis de droit d'auteur ci-dessus et cet avis d'autorisation doivent être inclus dans
|
|
28
|
-
|
|
29
|
-
LE LOGICIEL EST FOURNI
|
|
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
|
+
Français |
|
|
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="../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
|
+
# Licence MIT
|
|
22
|
+
|
|
23
|
+
Droit d'auteurs © 2023–2024 [KudoAI](https://github.com/KudoAI) & [contributeurs](.#-contributeurs)
|
|
24
|
+
|
|
25
|
+
L'autorisation est par la présente accordée, gratuitement, à toute personne obtenant une copie de ce logiciel et des fichiers de documentation associés (le « Logiciel »), d'utiliser le Logiciel sans restriction, y compris, sans limitation, les droits d'utilisation, de copie, de modification, de fusion. , publier, distribuer, accorder des sous-licences et/ou vendre des copies du Logiciel, et permettre aux personnes à qui le Logiciel est fourni de le faire, sous réserve des conditions suivantes:
|
|
26
|
+
|
|
27
|
+
L'avis de droit d'auteur ci-dessus et cet avis d'autorisation doivent être inclus dans toutes les copies ou parties substantielles du logiciel.
|
|
28
|
+
|
|
29
|
+
LE LOGICIEL EST FOURNI « EN L'ÉTAT », SANS GARANTIE D'AUCUNE SORTE, EXPRESSE OU IMPLICITE, Y COMPRIS MAIS SANS LIMITATION LES GARANTIES DE QUALITÉ MARCHANDE, D'ADAPTATION À UN USAGE PARTICULIER ET DE NON-VIOLATION. EN AUCUN CAS LES AUTEURS OU LES TITULAIRES DES DROITS D'AUTEUR NE SERONT RESPONSABLES DE TOUTE RÉCLAMATION, DOMMAGES OU AUTRE RESPONSABILITÉ, QUE CE SOIT DANS UNE ACTION CONTRACTUELLE, DÉLIT OU AUTRE, DÉCOULANT DE, DE OU EN RELATION AVEC LE LOGICIEL OU L'UTILISATION OU D'AUTRES TRANSACTIONS DANS LE LOGICIEL.
|
package/docs/fr/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
|
### 🤖 Une puissante bibliothèque JavaScript côté client pour 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
|
- Facile à utiliser
|
|
67
70
|
- Léger (mais performant de manière optimale)
|
|
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
|
// Votre code ici...
|
|
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
|
-
> **Remarque** _Pour utiliser un modèle de démarrage: [kudoai/chatgpt.js-greasemonkey-starter](https://github.com/
|
|
113
|
+
> **Remarque** _Pour utiliser un modèle de démarrage: [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
|
// Votre code ici...
|
|
@@ -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
|
-
> **Remarque** _Pour utiliser un modèle de démarrage: [kudoai/chatgpt.js-chrome-starter](https://github.com/
|
|
125
|
+
> **Remarque** _Pour utiliser un modèle de démarrage: [kudoai/chatgpt.js-chrome-starter](https://github.com/KudoAI/chatgpt.js-chrome-starter)_
|
|
123
126
|
|
|
124
127
|
Étant donné que Google n'autorise pas le code à distance, l'importation de chatgpt.js localement est requise:
|
|
125
128
|
|
|
126
|
-
1. Enregistrez https://raw.githubusercontent.com/
|
|
129
|
+
1. Enregistrez https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/chatgpt.js dans un sous-répertoire (`lib` dans cet exemple)
|
|
127
130
|
|
|
128
131
|
2. Ajouter l'instruction d'exportation ES6 à la fin 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 @@ Après l'installation, accédez à `node_modules/@kudoai/chatgpt.js` pour trouve
|
|
|
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
|
Chaque appel récupère également la dernière réponse. Si vous pensez que cela fonctionne, cela fonctionnera probablement... alors tapez-le simplement!
|
|
188
191
|
|
|
189
|
-
Si ce n'est pas le cas, consultez le [guide de l'utilisateur](https://github.com/
|
|
192
|
+
Si ce n'est pas le cas, consultez le [guide de l'utilisateur](https://github.com/KudoAI/chatgpt.js/blob/main/docs/USERGUIDE.md) étendu, ou soumettez simplement un [problème](https://github.com/KudoAI/chatgpt.js/issues) ou [PR](https://github.com/KudoAI/chatgpt.js/pulls) et il sera intégré, très facile!
|
|
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
|
-
Si vous avez créé quelque chose avec chatgpt.js que vous souhaitez partager, envoyez un e-mail à <a href="mailto:showcase@chatgptjs.org">showcase@chatgptjs.org</a> ou ouvrez simplement une <a href="https://github.com/
|
|
270
|
+
Si vous avez créé quelque chose avec chatgpt.js que vous souhaitez partager, envoyez un e-mail à <a href="mailto:showcase@chatgptjs.org">showcase@chatgptjs.org</a> ou ouvrez simplement une <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 @@ Cette bibliothèque existe grâce au code, aux traductions, aux problèmes et au
|
|
|
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 @@ Cette bibliothèque existe grâce au code, aux traductions, aux problèmes et au
|
|
|
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
|
**[Communiqués](https://www.npmjs.com/package/@kudoai/chatgpt.js?activeTab=versions)** /
|
|
337
|
-
[Guide de l'utilisateur](https://github.com/
|
|
338
|
-
[Discuter](https://github.com/
|
|
341
|
+
[Guide de l'utilisateur](https://github.com/KudoAI/chatgpt.js/blob/main/docs/USERGUIDE.md) /
|
|
342
|
+
[Discuter](https://github.com/KudoAI/chatgpt.js/discussions) /
|
|
339
343
|
<a href="#">Retour au sommet ↑</a>
|
|
340
344
|
|
|
341
345
|
</div>
|
package/docs/fr/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
|
-
Français |
|
|
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="../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
|
-
# Politique de sécurité
|
|
22
|
-
|
|
23
|
-
Si vous trouvez une vulnérabilité, veuillez ouvrir un [projet d'avis de sécurité](https://github.com/
|
|
24
|
-
|
|
25
|
-
Les demandes d'extraction sont également les bienvenues, mais pour des raisons de sécurité, envoyez un e-mail à 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
|
+
Français |
|
|
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="../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
|
+
# Politique de sécurité
|
|
22
|
+
|
|
23
|
+
Si vous trouvez une vulnérabilité, veuillez ouvrir un [projet d'avis de sécurité](https://github.com/KudoAI/chatgpt.js/security/advisories/new).
|
|
24
|
+
|
|
25
|
+
Les demandes d'extraction sont également les bienvenues, mais pour des raisons de sécurité, envoyez un e-mail à <security@kudoai.com> et attendez une réponse avant de la rendre publique.
|