@kudoai/chatgpt.js 2.6.7 → 2.6.9

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 +30 -34
  3. package/chatgpt.js +2001 -2060
  4. package/dist/chatgpt.min.js +9 -3
  5. package/docs/README.md +30 -34
  6. package/docs/SECURITY.md +25 -25
  7. package/docs/USERGUIDE.md +6 -65
  8. package/package.json +73 -73
  9. package/starters/chrome/LICENSE.md +31 -43
  10. package/starters/chrome/docs/README.md +93 -93
  11. package/starters/chrome/docs/SECURITY.md +17 -17
  12. package/starters/chrome/extension/background.js +14 -14
  13. package/starters/chrome/extension/content.js +62 -62
  14. package/starters/chrome/extension/lib/chatgpt.js +2002 -2061
  15. package/starters/chrome/extension/lib/settings-utils.js +24 -24
  16. package/starters/chrome/extension/manifest.json +24 -24
  17. package/starters/chrome/extension/popup/index.html +62 -62
  18. package/starters/chrome/extension/popup/popup.js +92 -92
  19. package/starters/chrome/extension/popup/style.css +55 -55
  20. package/starters/docs/LICENSE.md +13 -25
  21. package/starters/docs/README.md +29 -29
  22. package/starters/greasemonkey/LICENSE.md +31 -43
  23. package/starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js +5 -5
  24. package/starters/greasemonkey/docs/README.md +7 -7
  25. package/starters/greasemonkey/docs/SECURITY.md +17 -17
  26. package/LICENSE +0 -21
  27. package/docs/de/LICENSE.md +0 -29
  28. package/docs/de/README.md +0 -343
  29. package/docs/de/SECURITY.md +0 -25
  30. package/docs/es/LICENSE.md +0 -29
  31. package/docs/es/README.md +0 -343
  32. package/docs/es/SECURITY.md +0 -25
  33. package/docs/fr/LICENSE.md +0 -29
  34. package/docs/fr/README.md +0 -343
  35. package/docs/fr/SECURITY.md +0 -25
  36. package/docs/hi/LICENSE.md +0 -29
  37. package/docs/hi/README.md +0 -344
  38. package/docs/hi/SECURITY.md +0 -25
  39. package/docs/it/LICENSE.md +0 -27
  40. package/docs/it/README.md +0 -343
  41. package/docs/it/SECURITY.md +0 -25
  42. package/docs/ja/LICENSE.md +0 -29
  43. package/docs/ja/README.md +0 -343
  44. package/docs/ja/SECURITY.md +0 -25
  45. package/docs/ko/LICENSE.md +0 -32
  46. package/docs/ko/README.md +0 -348
  47. package/docs/ko/SECURITY.md +0 -25
  48. package/docs/ne/LICENSE.md +0 -35
  49. package/docs/ne/README.md +0 -344
  50. package/docs/ne/SECURITY.md +0 -25
  51. package/docs/nl/LICENSE.md +0 -29
  52. package/docs/nl/README.md +0 -343
  53. package/docs/nl/SECURITY.md +0 -25
  54. package/docs/pt/LICENSE.md +0 -29
  55. package/docs/pt/README.md +0 -343
  56. package/docs/pt/SECURITY.md +0 -25
  57. package/docs/vi/LICENSE.md +0 -29
  58. package/docs/vi/README.md +0 -343
  59. package/docs/vi/SECURITY.md +0 -25
  60. package/docs/zh-cn/LICENSE.md +0 -29
  61. package/docs/zh-cn/README.md +0 -343
  62. package/docs/zh-cn/SECURITY.md +0 -25
  63. package/docs/zh-tw/LICENSE.md +0 -29
  64. package/docs/zh-tw/README.md +0 -342
  65. package/docs/zh-tw/SECURITY.md +0 -25
  66. package/starters/chrome/docs/de/LICENSE.md +0 -31
  67. package/starters/chrome/docs/de/README.md +0 -93
  68. package/starters/chrome/docs/es/LICENSE.md +0 -31
  69. package/starters/chrome/docs/es/README.md +0 -93
  70. package/starters/chrome/docs/fr/LICENSE.md +0 -31
  71. package/starters/chrome/docs/fr/README.md +0 -93
  72. package/starters/chrome/docs/hi/LICENSE.md +0 -31
  73. package/starters/chrome/docs/hi/README.md +0 -93
  74. package/starters/chrome/docs/hi/SECURITY.md +0 -17
  75. package/starters/chrome/docs/it/LICENSE.md +0 -29
  76. package/starters/chrome/docs/it/README.md +0 -93
  77. package/starters/chrome/docs/ja/LICENSE.md +0 -31
  78. package/starters/chrome/docs/ja/README.md +0 -93
  79. package/starters/chrome/docs/ko/LICENSE.md +0 -34
  80. package/starters/chrome/docs/ko/README.md +0 -93
  81. package/starters/chrome/docs/nl/LICENSE.md +0 -30
  82. package/starters/chrome/docs/nl/README.md +0 -93
  83. package/starters/chrome/docs/pt/LICENSE.md +0 -31
  84. package/starters/chrome/docs/pt/README.md +0 -93
  85. package/starters/chrome/docs/vi/LICENSE.md +0 -31
  86. package/starters/chrome/docs/vi/README.md +0 -93
  87. package/starters/chrome/docs/zh-cn/LICENSE.md +0 -31
  88. package/starters/chrome/docs/zh-cn/README.md +0 -93
  89. package/starters/chrome/docs/zh-cn/SECURITY.md +0 -17
  90. package/starters/chrome/docs/zh-tw/LICENSE.md +0 -31
  91. package/starters/chrome/docs/zh-tw/README.md +0 -93
  92. package/starters/docs/de/LICENSE.md +0 -13
  93. package/starters/docs/de/README.md +0 -29
  94. package/starters/docs/es/LICENSE.md +0 -13
  95. package/starters/docs/es/README.md +0 -29
  96. package/starters/docs/fr/LICENSE.md +0 -13
  97. package/starters/docs/fr/README.md +0 -29
  98. package/starters/docs/hi/LICENSE.md +0 -13
  99. package/starters/docs/hi/README.md +0 -29
  100. package/starters/docs/it/LICENSE.md +0 -11
  101. package/starters/docs/it/README.md +0 -29
  102. package/starters/docs/ja/LICENSE.md +0 -13
  103. package/starters/docs/ja/README.md +0 -30
  104. package/starters/docs/ko/LICENSE.md +0 -16
  105. package/starters/docs/ko/README.md +0 -29
  106. package/starters/docs/nl/LICENSE.md +0 -13
  107. package/starters/docs/nl/README.md +0 -29
  108. package/starters/docs/pt/LICENSE.md +0 -13
  109. package/starters/docs/pt/README.md +0 -29
  110. package/starters/docs/vi/LICENSE.md +0 -13
  111. package/starters/docs/vi/README.md +0 -29
  112. package/starters/docs/zh-cn/LICENSE.md +0 -13
  113. package/starters/docs/zh-cn/README.md +0 -30
  114. package/starters/docs/zh-tw/LICENSE.md +0 -13
  115. package/starters/docs/zh-tw/README.md +0 -29
  116. package/starters/greasemonkey/docs/de/LICENSE.md +0 -31
  117. package/starters/greasemonkey/docs/es/LICENSE.md +0 -31
  118. package/starters/greasemonkey/docs/fr/LICENSE.md +0 -31
  119. package/starters/greasemonkey/docs/hi/LICENSE.md +0 -31
  120. package/starters/greasemonkey/docs/hi/SECURITY.md +0 -17
  121. package/starters/greasemonkey/docs/it/LICENSE.md +0 -29
  122. package/starters/greasemonkey/docs/ja/LICENSE.md +0 -31
  123. package/starters/greasemonkey/docs/ko/LICENSE.md +0 -34
  124. package/starters/greasemonkey/docs/nl/LICENSE.md +0 -30
  125. package/starters/greasemonkey/docs/pt/LICENSE.md +0 -31
  126. package/starters/greasemonkey/docs/vi/LICENSE.md +0 -31
  127. package/starters/greasemonkey/docs/zh-cn/LICENSE.md +0 -31
  128. package/starters/greasemonkey/docs/zh-cn/SECURITY.md +0 -17
  129. package/starters/greasemonkey/docs/zh-tw/LICENSE.md +0 -31
package/LICENSE.md ADDED
@@ -0,0 +1,9 @@
1
+ # MIT License
2
+
3
+ **Copyright © 2023–2024 [KudoAI](https://github.com/KudoAI) & [contributors](.#-contributors).**
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md CHANGED
@@ -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
  ### 🤖 A powerful client-side JavaScript library for ChatGPT
36
38
 
@@ -41,18 +43,18 @@
41
43
  <div id="shields" align="center">
42
44
 
43
45
  [![](https://img.shields.io/github/stars/KudoAI/chatgpt.js?label=Stars&color=af68ff&logo=github&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/KudoAI/chatgpt.js/stargazers)
44
- [![](https://img.shields.io/badge/License-MIT-green.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/KudoAI/chatgpt.js/blob/main/LICENSE)
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.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=Code+Quality&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)
46
+ [![](https://img.shields.io/badge/License-MIT-green.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/KudoAI/chatgpt.js/blob/main/LICENSE.md)
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=Code+Quality&logo=codefactor&logoColor=white&labelColor=464646&color=1acc6c&style=for-the-badge)](https://www.codefactor.io/repository/github/kudoai/chatgpt.js)
48
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=Vulnerabilities&color=gold)](https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=kudoai_chatgpt.js)
49
51
  [![](https://img.shields.io/badge/Mentioned_in-Awesome-cca8c4?logo=awesomelists&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/sindresorhus/awesome-chatgpt#javascript)
50
52
  [![](https://img.shields.io/badge/Featured_on-Product_Hunt-ff6154?logo=producthunt&logoColor=white&labelColor=464646&style=for-the-badge)](https://www.producthunt.com/posts/chatgpt-js)
51
-
53
+ ![](https://img.shields.io/badge/jsDelivr_Hits-1,500,000+-49c5d8.svg?logo=jsdelivr&logoColor=white&labelColor=464646&style=for-the-badge)
52
54
 
53
55
  </div>
54
56
 
55
- <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">
56
58
 
57
59
  <div id="intro">
58
60
 
@@ -67,7 +69,7 @@
67
69
  - Easy-to-use
68
70
  - Lightweight (yet optimally performant)
69
71
 
70
- <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">
71
73
 
72
74
  <div id="importing">
73
75
 
@@ -81,7 +83,7 @@
81
83
 
82
84
  ```js
83
85
  (async () => {
84
- await import('https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.7/dist/chatgpt.min.js');
86
+ await import('https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.9/dist/chatgpt.min.js');
85
87
  // Your code here...
86
88
  })();
87
89
  ```
@@ -90,7 +92,7 @@
90
92
 
91
93
  ```js
92
94
  var xhr = new XMLHttpRequest();
93
- xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.7/dist/chatgpt.min.js');
95
+ xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.9/dist/chatgpt.min.js');
94
96
  xhr.onload = function () {
95
97
  if (xhr.status === 200) {
96
98
  var chatgptJS = document.createElement('script');
@@ -106,13 +108,13 @@ function yourCode() {
106
108
  }
107
109
  ```
108
110
 
109
- ### <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:
110
112
 
111
113
  > **Note** _To use a starter template: [kudoai/chatgpt.js-greasemonkey-starter](https://github.com/KudoAI/chatgpt.js-greasemonkey-starter)_
112
114
 
113
115
  ```js
114
116
  ...
115
- // @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.7/dist/chatgpt.min.js
117
+ // @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.9/dist/chatgpt.min.js
116
118
  // ==/UserScript==
117
119
 
118
120
  // Your code here...
@@ -124,7 +126,7 @@ function yourCode() {
124
126
 
125
127
  Since Google does not allow remote code, importing chatgpt.js locally is required:
126
128
 
127
- 1. Save https://raw.githubusercontent.com/kudoai/chatgpt.js/main/chatgpt.js to a subdirectory (`lib` in this example)
129
+ 1. Save https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/chatgpt.js to a subdirectory (`lib` in this example)
128
130
 
129
131
  2. Add ES6 export statement to end of `lib/chatgpt.js`
130
132
  ```js
@@ -148,7 +150,7 @@ export { chatgpt }
148
150
  })();
149
151
  ```
150
152
 
151
- <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">
152
154
 
153
155
  <div id="npm">
154
156
 
@@ -166,7 +168,7 @@ After installation, navigate to `node_modules/@kudoai/chatgpt.js` to find the li
166
168
 
167
169
  </div>
168
170
 
169
- <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">
170
172
 
171
173
  <div id="usage">
172
174
 
@@ -189,7 +191,7 @@ Each call equally fetches the last response. If you think it works, it probably
189
191
 
190
192
  If it didn't, check out the extended [userguide](https://github.com/KudoAI/chatgpt.js/blob/main/docs/USERGUIDE.md), or simply submit an [issue](https://github.com/KudoAI/chatgpt.js/issues) or [PR](https://github.com/KudoAI/chatgpt.js/pulls) and it will be integrated, ezpz!
191
193
 
192
- <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">
193
195
 
194
196
  <div id="showcase">
195
197
 
@@ -208,13 +210,6 @@ https://github.com/KudoAI/chatgpt.js/assets/10906554/f53c740f-d5e0-49b6-ae02-3b3
208
210
  [Readme](https://github.com/adamlui/autoclear-chatgpt-history#readme) /
209
211
  [Discuss](https://autoclearchatgpt.com/discuss)
210
212
 
211
- ### <img width=16 src="https://i.imgur.com/1yjmK3W.png"> [Automatic ChatGPT DAN](https://github.com/madkarmaa/automatic-chatgpt-dan)
212
-
213
- > Automatically send DAN prompts to ChatGPT.
214
- <br>[Install](https://github.com/madkarmaa/automatic-chatgpt-dan#%EF%B8%8F-installation) /
215
- [Readme](https://github.com/madkarmaa/automatic-chatgpt-dan#readme) /
216
- [Discuss](https://github.com/madkarmaa/automatic-chatgpt-dan/issues)
217
-
218
213
  ### <img src="https://media.bravegpt.com/images/icons/bravegpt/icon48.png" width=18> [BraveGPT](https://bravegpt.com) <a href="https://www.producthunt.com/posts/bravegpt?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-bravegpt" target="_blank" rel="noopener"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=385630&theme=light" style="width: 112px; height: 24px; margin:0 0 -4px 5px;" width="112" height="24" /></a>
219
214
 
220
215
  > Display ChatGPT answers in Brave Search sidebar (powered by GPT-4!)
@@ -268,7 +263,7 @@ https://github.com/KudoAI/chatgpt.js/assets/10906554/f53c740f-d5e0-49b6-ae02-3b3
268
263
  If you've made something w/ chatgpt.js you want to share, email <a href="mailto:showcase@chatgptjs.org">showcase@chatgptjs.org</a> or just open a <a href="https://github.com/KudoAI/chatgpt.js/pulls" target="_blank" rel="noopener">pull request</a>!
269
264
  </p>
270
265
 
271
- <img height=8px width="100%" src="https://raw.githubusercontent.com/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
266
+ <img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
272
267
 
273
268
  <div id="contributors">
274
269
 
@@ -301,16 +296,17 @@ This library exists thanks to code, translations, issues & ideas from the follow
301
296
  [![](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)
302
297
  [![](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)
303
298
  [![](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)
304
- [![](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)
299
+ [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/13976824?first-contrib=2024.01.31-aria-labels-unreliable-bug-report&h=50&w=50&mask=circle&maxage=7d "@hopana")](https://github.com/hopana)
300
+ [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/26219737?first-contrib=2024.2.2-data-key-message-bug-fix&h=50&w=50&mask=circle&maxage=7d "@emtry")](https://github.com/emtry)
305
301
  [![](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)
306
302
  [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/in/29110&h=51&w=51&mask=circle&maxage=7d "Dependabot")](https://github.com/dependabot)
307
303
  [![](https://images.weserv.nl/?url=https://i.imgur.com/tNyIPmG.jpg?h=51&w=51&mask=circle&maxage=7d "ChatGPT")](https://chat.openai.com)
308
- [![](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)
304
+ [![](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)
309
305
  [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/31427850?h=51&w=51&mask=circle&maxage=7d "@ImgBotApp")](https://github.com/ImgBotApp)
310
306
 
311
307
  </div><br>
312
308
 
313
- <img height=8px width="100%" src="https://raw.githubusercontent.com/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
309
+ <img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
314
310
 
315
311
  <div id="partners">
316
312
 
@@ -323,21 +319,21 @@ This library exists thanks to code, translations, issues & ideas from the follow
323
319
  <div id="partners-collage" align="center">
324
320
 
325
321
  <picture>
326
- <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">
327
- <img width=888 src="https://raw.githubusercontent.com/kudoai/chatgpt.js/main/media/images/logos/partners/collage/black.png">
322
+ <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">
323
+ <img width=888 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/partners/collage/black.png">
328
324
  </picture>
329
325
 
330
326
  </div>
331
327
 
332
328
  <br>
333
329
 
334
- <img height=8px width="100%" src="https://raw.githubusercontent.com/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
330
+ <img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
335
331
 
336
332
  <div align="center">
337
333
 
338
334
  **[Releases](https://www.npmjs.com/package/@kudoai/chatgpt.js?activeTab=versions)** /
339
335
  [Userguide](https://github.com/KudoAI/chatgpt.js/blob/main/docs/USERGUIDE.md) /
340
336
  [Discuss](https://github.com/KudoAI/chatgpt.js/discussions) /
341
- <a href="#">Back to top ↑</a>
337
+ <a href="#--------------------------------------------------------------------------------english---------简体中文---------繁體中文---------日本---------한국인---------हिंदी---------नेपाली---------deutsch---------español---------français---------italiano---------nederlands---------português---------việt----">Back to top ↑</a>
342
338
 
343
339
  </div>