@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.
Files changed (129) hide show
  1. package/LICENSE.md +9 -0
  2. package/README.md +345 -341
  3. package/chatgpt.js +2056 -2060
  4. package/dist/chatgpt.min.js +3 -3
  5. package/docs/README.md +36 -32
  6. package/docs/SECURITY.md +25 -25
  7. package/docs/USERGUIDE.md +9 -9
  8. package/docs/de/LICENSE.md +29 -29
  9. package/docs/de/README.md +35 -31
  10. package/docs/de/SECURITY.md +25 -25
  11. package/docs/es/LICENSE.md +29 -29
  12. package/docs/es/README.md +35 -31
  13. package/docs/es/SECURITY.md +25 -25
  14. package/docs/fr/LICENSE.md +29 -29
  15. package/docs/fr/README.md +35 -31
  16. package/docs/fr/SECURITY.md +25 -25
  17. package/docs/hi/LICENSE.md +29 -29
  18. package/docs/hi/README.md +35 -31
  19. package/docs/hi/SECURITY.md +25 -25
  20. package/docs/it/LICENSE.md +26 -26
  21. package/docs/it/README.md +35 -31
  22. package/docs/it/SECURITY.md +25 -25
  23. package/docs/ja/LICENSE.md +29 -29
  24. package/docs/ja/README.md +35 -31
  25. package/docs/ja/SECURITY.md +25 -25
  26. package/docs/ko/LICENSE.md +32 -32
  27. package/docs/ko/README.md +35 -31
  28. package/docs/ko/SECURITY.md +25 -25
  29. package/docs/ne/LICENSE.md +35 -35
  30. package/docs/ne/README.md +35 -31
  31. package/docs/ne/SECURITY.md +25 -25
  32. package/docs/nl/LICENSE.md +29 -29
  33. package/docs/nl/README.md +35 -31
  34. package/docs/nl/SECURITY.md +25 -25
  35. package/docs/pt/LICENSE.md +28 -28
  36. package/docs/pt/README.md +35 -31
  37. package/docs/pt/SECURITY.md +25 -25
  38. package/docs/vi/LICENSE.md +29 -29
  39. package/docs/vi/README.md +35 -31
  40. package/docs/vi/SECURITY.md +25 -25
  41. package/docs/zh-cn/LICENSE.md +29 -29
  42. package/docs/zh-cn/README.md +35 -32
  43. package/docs/zh-cn/SECURITY.md +25 -25
  44. package/docs/zh-tw/LICENSE.md +29 -29
  45. package/docs/zh-tw/README.md +36 -32
  46. package/docs/zh-tw/SECURITY.md +25 -25
  47. package/package.json +73 -73
  48. package/starters/chrome/LICENSE.md +31 -43
  49. package/starters/chrome/docs/README.md +93 -93
  50. package/starters/chrome/docs/SECURITY.md +17 -17
  51. package/starters/chrome/docs/de/LICENSE.md +31 -31
  52. package/starters/chrome/docs/de/README.md +93 -93
  53. package/starters/chrome/docs/es/LICENSE.md +31 -31
  54. package/starters/chrome/docs/es/README.md +93 -93
  55. package/starters/chrome/docs/fr/LICENSE.md +31 -31
  56. package/starters/chrome/docs/fr/README.md +93 -93
  57. package/starters/chrome/docs/hi/LICENSE.md +31 -31
  58. package/starters/chrome/docs/hi/README.md +93 -93
  59. package/starters/chrome/docs/hi/SECURITY.md +17 -17
  60. package/starters/chrome/docs/it/LICENSE.md +29 -29
  61. package/starters/chrome/docs/it/README.md +93 -93
  62. package/starters/chrome/docs/ja/LICENSE.md +31 -31
  63. package/starters/chrome/docs/ja/README.md +93 -93
  64. package/starters/chrome/docs/ko/LICENSE.md +34 -34
  65. package/starters/chrome/docs/ko/README.md +93 -93
  66. package/starters/chrome/docs/nl/LICENSE.md +31 -30
  67. package/starters/chrome/docs/nl/README.md +93 -93
  68. package/starters/chrome/docs/pt/LICENSE.md +31 -31
  69. package/starters/chrome/docs/pt/README.md +93 -93
  70. package/starters/chrome/docs/vi/LICENSE.md +31 -31
  71. package/starters/chrome/docs/vi/README.md +93 -93
  72. package/starters/chrome/docs/zh-cn/LICENSE.md +31 -31
  73. package/starters/chrome/docs/zh-cn/README.md +93 -93
  74. package/starters/chrome/docs/zh-cn/SECURITY.md +17 -17
  75. package/starters/chrome/docs/zh-tw/LICENSE.md +31 -31
  76. package/starters/chrome/docs/zh-tw/README.md +93 -93
  77. package/starters/chrome/extension/background.js +14 -14
  78. package/starters/chrome/extension/content.js +62 -62
  79. package/starters/chrome/extension/lib/chatgpt.js +2057 -2063
  80. package/starters/chrome/extension/lib/settings-utils.js +24 -24
  81. package/starters/chrome/extension/manifest.json +24 -24
  82. package/starters/chrome/extension/popup/index.html +62 -62
  83. package/starters/chrome/extension/popup/popup.js +92 -92
  84. package/starters/chrome/extension/popup/style.css +55 -55
  85. package/starters/docs/LICENSE.md +13 -25
  86. package/starters/docs/README.md +29 -29
  87. package/starters/docs/de/LICENSE.md +13 -13
  88. package/starters/docs/de/README.md +29 -29
  89. package/starters/docs/es/LICENSE.md +13 -13
  90. package/starters/docs/es/README.md +29 -29
  91. package/starters/docs/fr/LICENSE.md +13 -13
  92. package/starters/docs/fr/README.md +29 -29
  93. package/starters/docs/hi/LICENSE.md +13 -13
  94. package/starters/docs/hi/README.md +29 -29
  95. package/starters/docs/it/LICENSE.md +11 -11
  96. package/starters/docs/it/README.md +29 -29
  97. package/starters/docs/ja/LICENSE.md +13 -13
  98. package/starters/docs/ja/README.md +30 -30
  99. package/starters/docs/ko/LICENSE.md +16 -16
  100. package/starters/docs/ko/README.md +29 -29
  101. package/starters/docs/nl/LICENSE.md +13 -13
  102. package/starters/docs/nl/README.md +29 -29
  103. package/starters/docs/pt/LICENSE.md +13 -13
  104. package/starters/docs/pt/README.md +29 -29
  105. package/starters/docs/vi/LICENSE.md +13 -13
  106. package/starters/docs/vi/README.md +29 -29
  107. package/starters/docs/zh-cn/LICENSE.md +13 -13
  108. package/starters/docs/zh-cn/README.md +30 -30
  109. package/starters/docs/zh-tw/LICENSE.md +13 -13
  110. package/starters/docs/zh-tw/README.md +29 -29
  111. package/starters/greasemonkey/LICENSE.md +31 -43
  112. package/starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js +7 -7
  113. package/starters/greasemonkey/docs/README.md +7 -7
  114. package/starters/greasemonkey/docs/SECURITY.md +17 -17
  115. package/starters/greasemonkey/docs/de/LICENSE.md +31 -31
  116. package/starters/greasemonkey/docs/es/LICENSE.md +31 -31
  117. package/starters/greasemonkey/docs/fr/LICENSE.md +31 -31
  118. package/starters/greasemonkey/docs/hi/LICENSE.md +31 -31
  119. package/starters/greasemonkey/docs/hi/SECURITY.md +17 -17
  120. package/starters/greasemonkey/docs/it/LICENSE.md +29 -29
  121. package/starters/greasemonkey/docs/ja/LICENSE.md +31 -31
  122. package/starters/greasemonkey/docs/ko/LICENSE.md +34 -34
  123. package/starters/greasemonkey/docs/nl/LICENSE.md +31 -30
  124. package/starters/greasemonkey/docs/pt/LICENSE.md +31 -31
  125. package/starters/greasemonkey/docs/vi/LICENSE.md +31 -31
  126. package/starters/greasemonkey/docs/zh-cn/LICENSE.md +31 -31
  127. package/starters/greasemonkey/docs/zh-cn/SECURITY.md +17 -17
  128. package/starters/greasemonkey/docs/zh-tw/LICENSE.md +31 -31
  129. 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/kudoai/chatgpt.js/tree/main/docs">
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
- <picture>
31
- <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">
32
- <img width=800 src="https://raw.githubusercontent.com/kudoai/chatgpt.js/main/media/images/logos/chatgpt.js/with-reflection/lightmode.png">
33
- </picture>
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://img.shields.io/github/stars/KudoAI/chatgpt.js?label=Estrellas&color=gold&logo=github&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/KudoAI/chatgpt.js/stargazers)
45
+ [![](https://img.shields.io/github/stars/KudoAI/chatgpt.js?label=Estrellas&color=af68ff&logo=github&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/KudoAI/chatgpt.js/stargazers)
44
46
  [![](https://img.shields.io/badge/Licencia-MIT-green.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge)](LICENSE.md)
45
- [![](https://img.shields.io/github/commit-activity/m/kudoai/chatgpt.js?label=Confirmaciones&logo=github&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/kudoai/chatgpt.js/commits/main)
46
- ![](https://img.shields.io/github/size/kudoai/chatgpt.js/dist/chatgpt-2.6.6.min.js?label=Minified%20Size&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge)
47
- [![](https://img.shields.io/codacy/grade/696917c8e5a949c49edb89ed2f43d5ba?label=Calidad+del+Código&logo=codacy&logoColor=white&labelColor=464646&color=1acc6c&style=for-the-badge)](https://app.codacy.com/gh/KudoAI/chatgpt.js/commits?utm_source=chatgpt%2Ejs&utm_content=github_shield)
47
+ [![](https://img.shields.io/github/commit-activity/m/KudoAI/chatgpt.js?label=Confirmaciones&logo=github&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/KudoAI/chatgpt.js/commits/main)
48
+ ![](https://img.shields.io/github/size/KudoAI/chatgpt.js/dist/chatgpt.min.js?label=Minified%20Size&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge)
49
+ [![](https://img.shields.io/codefactor/grade/github/kudoai/chatgpt.js?label=Calidad+del+Código&logo=codefactor&logoColor=white&labelColor=464646&color=1acc6c&style=for-the-badge)](https://www.codefactor.io/repository/github/kudoai/chatgpt.js)
50
+ [![](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fsonarcloud.io%2Fapi%2Fmeasures%2Fcomponent%3Fcomponent%3Dkudoai_chatgpt.js%26metricKeys%3Dvulnerabilities&query=%24.component.measures.0.value&style=for-the-badge&logo=sonarcloud&logoColor=white&labelColor=464646&label=Vulnerabilidades&color=gold)](https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=kudoai_chatgpt.js)
48
51
  [![](https://img.shields.io/badge/Mencionado_en-Awesome-cca8c4?logo=awesomelists&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/sindresorhus/awesome-chatgpt#javascript)
49
52
  [![](https://img.shields.io/badge/Presentado_en-Product_Hunt-ff6154?logo=producthunt&logoColor=white&labelColor=464646&style=for-the-badge)](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/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
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/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
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.6/dist/chatgpt.min.js');
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.6/dist/chatgpt.min.js');
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/kudoai/chatgpt.js/main/starters/media/images/icons/tampermonkey-icon28.png"></picture><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
+ ### <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/kudoai/chatgpt.js-greasemonkey-starter)_
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.6/dist/chatgpt.min.js
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/kudoai/chatgpt.js-chrome-starter)_
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/kudoai/chatgpt.js/main/chatgpt.js en un subdirectorio (`lib` en este ejemplo)
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/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
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/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
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/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!
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/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
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/kudoai/chatgpt.js/pulls" target="_blank" rel="noopener">solicitud de extracción</a>!
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/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
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://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/150537240?first-contrib=2023.11.15-regenerate-btn-changed-bug-email&h=51&w=51&mask=circle&maxage=7d "@philly88r")](https://github.com/philly88r)
301
304
  [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/9730392?first-contrib=2023.12.18-get-response-from-dom-request&h=51&w=51&mask=circle&maxage=7d "@thomasgauthier")](https://github.com/thomasgauthier)
302
305
  [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/42911524?first-contrib=2024.1.17-add-custom-gpt-support&h=51&w=51&mask=circle&maxage=7d "@pranav-bhatt")](https://github.com/pranav-bhatt)
306
+ [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/13976824?first-contrib=2021.01.31-aria-labels-unreliable-bug-report&h=50&w=50&mask=circle&maxage=7d "@hopana")](https://github.com/hopana)
303
307
  [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/111466842?first-contrib=2024.2.15-add-en-gb-locale&h=51&w=51&mask=circle&maxage=7d "@Luwa-Tech")](https://github.com/Luwa-Tech)
304
308
  [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/in/29110&h=51&w=51&mask=circle&maxage=7d "Dependabot")](https://github.com/dependabot)
305
309
  [![](https://images.weserv.nl/?url=https://i.imgur.com/tNyIPmG.jpg?h=51&w=51&mask=circle&maxage=7d "ChatGPT")](https://chat.openai.com)
306
- [![](https://images.weserv.nl/?url=https://raw.githubusercontent.com/kudoai/chatgpt.js/main/media/images/icons/poe-icon128.svg?first-contrib=2023.07.27-getandshowreply-method&h=51&w=51&mask=circle&maxage=7d "Poe")](https://poe.com)
310
+ [![](https://images.weserv.nl/?url=https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/icons/poe-icon128.svg?first-contrib=2023.07.27-getandshowreply-method&h=51&w=51&mask=circle&maxage=7d "Poe")](https://poe.com)
307
311
  [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/31427850?h=51&w=51&mask=circle&maxage=7d "@ImgBotApp")](https://github.com/ImgBotApp)
308
312
 
309
313
  </div><br>
310
314
 
311
- <img height=8px width="100%" src="https://raw.githubusercontent.com/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
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/kudoai/chatgpt.js/main/media/images/logos/partners/collage/white.png">
325
- <img width=888 src="https://raw.githubusercontent.com/kudoai/chatgpt.js/main/media/images/logos/partners/collage/black.png">
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/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
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/kudoai/chatgpt.js/blob/main/docs/USERGUIDE.md) /
338
- [Conversar](https://github.com/kudoai/chatgpt.js/discussions) /
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>
@@ -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/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@chatgptjs.org y espere una respuesta antes de hacerlo público.
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.
@@ -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/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'auteur (c) 2023–2024 [KudoAI](https://github.com/kudoai) & [contributeurs](.#-contributeurs)
24
-
25
- Permission est accordée, sans frais, à toute personne obtenant une copie de ce logiciel et des fichiers de documentation associés (le "Logiciel"), pour traiter dans le Logiciel sans restriction, y compris, sans s'y limiter, les droits utiliser, copier, modifier, fusionner, publier, distribuer, sous-licencier et/ou vendre copies du Logiciel, et de permettre aux personnes à qui le Logiciel est fourni pour ce 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 tous des copies ou des parties substantielles du Logiciel.
28
-
29
- LE LOGICIEL EST FOURNI "TEL QUEL", SANS GARANTIE D'AUCUNE SORTE, EXPRESSE OU IMPLICITES, Y COMPRIS, MAIS SANS S'Y LIMITER, LES GARANTIES DE QUALITÉ MARCHANDE, ADÉQUATION À UN USAGE PARTICULIER ET ABSENCE DE CONTREFAÇON. EN AUCUN CAS LE LES AUTEURS OU LES DÉTENTEURS DU COPYRIGHT SERONT RESPONSABLES DE TOUTE RÉCLAMATION, DOMMAGE OU AUTRE RESPONSABILITÉ, QUE CE SOIT DANS UNE ACTION CONTRACTUELLE, DÉLICTUELLE OU AUTRE, RÉSULTANT DE, EN DEHORS OU EN RELATION AVEC LE LOGICIEL OU L'UTILISATION OU D'AUTRES TRANSACTIONS DANS LE LOGICIEL.
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/kudoai/chatgpt.js/tree/main/docs">
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
- <picture>
31
- <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">
32
- <img width=800 src="https://raw.githubusercontent.com/kudoai/chatgpt.js/main/media/images/logos/chatgpt.js/with-reflection/lightmode.png">
33
- </picture>
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://img.shields.io/github/stars/KudoAI/chatgpt.js?label=Étoiles&color=gold&logo=github&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/KudoAI/chatgpt.js/stargazers)
45
+ [![](https://img.shields.io/github/stars/KudoAI/chatgpt.js?label=Étoiles&color=af68ff&logo=github&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/KudoAI/chatgpt.js/stargazers)
44
46
  [![](https://img.shields.io/badge/Licence-MIT-green.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge)](LICENSE.md)
45
- [![](https://img.shields.io/github/commit-activity/m/kudoai/chatgpt.js?label=Commits&logo=github&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/kudoai/chatgpt.js/commits/main)
46
- ![](https://img.shields.io/github/size/kudoai/chatgpt.js/dist/chatgpt-2.6.6.min.js?label=Minified%20Size&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge)
47
- [![](https://img.shields.io/codacy/grade/696917c8e5a949c49edb89ed2f43d5ba?label=Qualité+du+Code&logo=codacy&logoColor=white&labelColor=464646&color=1acc6c&style=for-the-badge)](https://app.codacy.com/gh/KudoAI/chatgpt.js/commits?utm_source=chatgpt%2Ejs&utm_content=github_shield)
47
+ [![](https://img.shields.io/github/commit-activity/m/KudoAI/chatgpt.js?label=Commits&logo=github&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/KudoAI/chatgpt.js/commits/main)
48
+ ![](https://img.shields.io/github/size/KudoAI/chatgpt.js/dist/chatgpt.min.js?label=Minified%20Size&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge)
49
+ [![](https://img.shields.io/codefactor/grade/github/kudoai/chatgpt.js?label=Qualité+du+Code&logo=codefactor&logoColor=white&labelColor=464646&color=1acc6c&style=for-the-badge)](https://www.codefactor.io/repository/github/kudoai/chatgpt.js)
50
+ [![](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fsonarcloud.io%2Fapi%2Fmeasures%2Fcomponent%3Fcomponent%3Dkudoai_chatgpt.js%26metricKeys%3Dvulnerabilities&query=%24.component.measures.0.value&style=for-the-badge&logo=sonarcloud&logoColor=white&labelColor=464646&label=Vulnérabilités&color=gold)](https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=kudoai_chatgpt.js)
48
51
  [![](https://img.shields.io/badge/Mentionné_dans-Awesome-cca8c4?logo=awesomelists&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/sindresorhus/awesome-chatgpt#javascript)
49
52
  [![](https://img.shields.io/badge/Présenté_sur-Product_Hunt-ff6154?logo=producthunt&logoColor=white&labelColor=464646&style=for-the-badge)](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/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
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/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
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.6/dist/chatgpt.min.js');
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.6/dist/chatgpt.min.js');
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/kudoai/chatgpt.js/main/starters/media/images/icons/tampermonkey-icon28.png"></picture><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
+ ### <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/kudoai/chatgpt.js-greasemonkey-starter)_
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.6/dist/chatgpt.min.js
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/kudoai/chatgpt.js-chrome-starter)_
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/kudoai/chatgpt.js/main/chatgpt.js dans un sous-répertoire (`lib` dans cet exemple)
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/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
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/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
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/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!
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/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
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/kudoai/chatgpt.js/pulls" target="_blank" rel="noopener">pull request</a>!
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/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
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://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/150537240?first-contrib=2023.11.15-regenerate-btn-changed-bug-email&h=51&w=51&mask=circle&maxage=7d "@philly88r")](https://github.com/philly88r)
301
304
  [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/9730392?first-contrib=2023.12.18-get-response-from-dom-request&h=51&w=51&mask=circle&maxage=7d "@thomasgauthier")](https://github.com/thomasgauthier)
302
305
  [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/42911524?first-contrib=2024.1.17-add-custom-gpt-support&h=51&w=51&mask=circle&maxage=7d "@pranav-bhatt")](https://github.com/pranav-bhatt)
306
+ [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/13976824?first-contrib=2021.01.31-aria-labels-unreliable-bug-report&h=50&w=50&mask=circle&maxage=7d "@hopana")](https://github.com/hopana)
303
307
  [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/111466842?first-contrib=2024.2.15-add-en-gb-locale&h=51&w=51&mask=circle&maxage=7d "@Luwa-Tech")](https://github.com/Luwa-Tech)
304
308
  [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/in/29110&h=51&w=51&mask=circle&maxage=7d "Dependabot")](https://github.com/dependabot)
305
309
  [![](https://images.weserv.nl/?url=https://i.imgur.com/tNyIPmG.jpg?h=51&w=51&mask=circle&maxage=7d "ChatGPT")](https://chat.openai.com)
306
- [![](https://images.weserv.nl/?url=https://raw.githubusercontent.com/kudoai/chatgpt.js/main/media/images/icons/poe-icon128.svg?first-contrib=2023.07.27-getandshowreply-method&h=51&w=51&mask=circle&maxage=7d "Poe")](https://poe.com)
310
+ [![](https://images.weserv.nl/?url=https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/icons/poe-icon128.svg?first-contrib=2023.07.27-getandshowreply-method&h=51&w=51&mask=circle&maxage=7d "Poe")](https://poe.com)
307
311
  [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/31427850?h=51&w=51&mask=circle&maxage=7d "@ImgBotApp")](https://github.com/ImgBotApp)
308
312
 
309
313
  </div><br>
310
314
 
311
- <img height=8px width="100%" src="https://raw.githubusercontent.com/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
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/kudoai/chatgpt.js/main/media/images/logos/partners/collage/white.png">
325
- <img width=888 src="https://raw.githubusercontent.com/kudoai/chatgpt.js/main/media/images/logos/partners/collage/black.png">
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/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
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/kudoai/chatgpt.js/blob/main/docs/USERGUIDE.md) /
338
- [Discuter](https://github.com/kudoai/chatgpt.js/discussions) /
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>
@@ -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/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@chatgptjs.org et attendez une réponse avant de la rendre publique.
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.