Skip to content

Commit eed4fec

Browse files
committed
Bumped versions in jsDelivr URLs to 3.6.2
1 parent cfbea23 commit eed4fec

File tree

17 files changed

+115
-115
lines changed

17 files changed

+115
-115
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<img src="https://img.shields.io/github/stars/KudoAI/chatgpt.js?label=Stars&color=af68ff&logo=github&logoColor=white&labelColor=464646&style=for-the-badge"></a>
5050
<a href="https://github.com/KudoAI/chatgpt.js/blob/main/LICENSE.md">
5151
<img src="https://img.shields.io/badge/License-MIT-green.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
52-
<a href="https://github.com/KudoAI/chatgpt.js/tree/v3.6.1/dist/chatgpt.min.js">
53-
<img src="https://img.shields.io/github/size/KudoAI/chatgpt.js/dist/chatgpt.min.js?branch=v3.6.1&label=Minified%20Size&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge"></a>
52+
<a href="https://github.com/KudoAI/chatgpt.js/tree/v3.6.2/dist/chatgpt.min.js">
53+
<img src="https://img.shields.io/github/size/KudoAI/chatgpt.js/dist/chatgpt.min.js?branch=v3.6.2&label=Minified%20Size&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge"></a>
5454
<a href="https://www.codefactor.io/repository/github/kudoai/chatgpt.js">
5555
<img src="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"></a>
5656
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=kudoai_chatgpt.js">
@@ -94,7 +94,7 @@
9494

9595
```js
9696
(async () => {
97-
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js');
97+
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].2/dist/chatgpt.min.js');
9898
// Your code here...
9999
})();
100100
```
@@ -103,7 +103,7 @@
103103

104104
```js
105105
var xhr = new XMLHttpRequest();
106-
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js');
106+
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].2/dist/chatgpt.min.js');
107107
xhr.onload = function () {
108108
if (xhr.status === 200) {
109109
var chatgptJS = document.createElement('script');
@@ -126,7 +126,7 @@ function yourCode() {
126126
127127
```js
128128
...
129-
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js
129+
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].2/dist/chatgpt.min.js
130130
// ==/UserScript==
131131

132132
// Your code here...
@@ -196,7 +196,7 @@ chatgpt.get('reply', 'last');
196196

197197
Each call equally fetches the last response. If you think it works, it probably will... so just type it!
198198

199-
If it didn't, check out the extended [userguide](https://github.com/KudoAI/chatgpt.js/blob/v3.6.1/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!
199+
If it didn't, check out the extended [userguide](https://github.com/KudoAI/chatgpt.js/blob/v3.6.2/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!
200200

201201
<img height=8px width="100%" src="https://assets.chatgptjs.org/images/separators/gradient-aqua.png?v=e638eac">
202202

@@ -427,7 +427,7 @@ This library exists thanks to code, translations, issues & ideas from the follow
427427
<div align="center">
428428

429429
**[Releases](https://github.com/KudoAI/chatgpt.js/releases)** /
430-
[Userguide](https://github.com/KudoAI/chatgpt.js/blob/v3.6.1/docs/USERGUIDE.md) /
430+
[Userguide](https://github.com/KudoAI/chatgpt.js/blob/v3.6.2/docs/USERGUIDE.md) /
431431
[Discuss](https://github.com/KudoAI/chatgpt.js/discussions) /
432432
[Back to top ↑](#top)
433433

docs/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<img src="https://img.shields.io/github/stars/KudoAI/chatgpt.js?label=Stars&color=af68ff&logo=github&logoColor=white&labelColor=464646&style=for-the-badge"></a>
5050
<a href="https://github.com/KudoAI/chatgpt.js/blob/main/LICENSE.md">
5151
<img src="https://img.shields.io/badge/License-MIT-green.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
52-
<a href="https://github.com/KudoAI/chatgpt.js/tree/v3.6.1/dist/chatgpt.min.js">
53-
<img src="https://img.shields.io/github/size/KudoAI/chatgpt.js/dist/chatgpt.min.js?branch=v3.6.1&label=Minified%20Size&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge"></a>
52+
<a href="https://github.com/KudoAI/chatgpt.js/tree/v3.6.2/dist/chatgpt.min.js">
53+
<img src="https://img.shields.io/github/size/KudoAI/chatgpt.js/dist/chatgpt.min.js?branch=v3.6.2&label=Minified%20Size&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge"></a>
5454
<a href="https://www.codefactor.io/repository/github/kudoai/chatgpt.js">
5555
<img src="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"></a>
5656
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=kudoai_chatgpt.js">
@@ -94,7 +94,7 @@
9494

9595
```js
9696
(async () => {
97-
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js');
97+
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].2/dist/chatgpt.min.js');
9898
// Your code here...
9999
})();
100100
```
@@ -103,7 +103,7 @@
103103

104104
```js
105105
var xhr = new XMLHttpRequest();
106-
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js');
106+
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].2/dist/chatgpt.min.js');
107107
xhr.onload = function () {
108108
if (xhr.status === 200) {
109109
var chatgptJS = document.createElement('script');
@@ -126,7 +126,7 @@ function yourCode() {
126126
127127
```js
128128
...
129-
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js
129+
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].2/dist/chatgpt.min.js
130130
// ==/UserScript==
131131

132132
// Your code here...
@@ -196,7 +196,7 @@ chatgpt.get('reply', 'last');
196196

197197
Each call equally fetches the last response. If you think it works, it probably will... so just type it!
198198

199-
If it didn't, check out the extended [userguide](https://github.com/KudoAI/chatgpt.js/blob/v3.6.1/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!
199+
If it didn't, check out the extended [userguide](https://github.com/KudoAI/chatgpt.js/blob/v3.6.2/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!
200200

201201
<img height=8px width="100%" src="https://assets.chatgptjs.org/images/separators/gradient-aqua.png?v=e638eac">
202202

@@ -434,7 +434,7 @@ This library exists thanks to code, translations, issues & ideas from the follow
434434
<div align="center">
435435

436436
**[Releases](https://github.com/KudoAI/chatgpt.js/releases)** /
437-
[Userguide](https://github.com/KudoAI/chatgpt.js/blob/v3.6.1/docs/USERGUIDE.md) /
437+
[Userguide](https://github.com/KudoAI/chatgpt.js/blob/v3.6.2/docs/USERGUIDE.md) /
438438
[Discuss](https://github.com/KudoAI/chatgpt.js/discussions) /
439439
[Back to top ↑](#top)
440440

docs/USERGUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160

161161
```js
162162
(async () => {
163-
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js');
163+
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].2/dist/chatgpt.min.js');
164164
// Your code here...
165165
})();
166166
```
@@ -169,7 +169,7 @@
169169

170170
```js
171171
var xhr = new XMLHttpRequest();
172-
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js');
172+
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].2/dist/chatgpt.min.js');
173173
xhr.onload = function () {
174174
if (xhr.status === 200) {
175175
var chatgptJS = document.createElement('script');
@@ -191,7 +191,7 @@ function yourCode() {
191191
192192
```js
193193
...
194-
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js
194+
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].2/dist/chatgpt.min.js
195195
// ==/UserScript==
196196

197197
// Your code here...

docs/de/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<img src="https://img.shields.io/github/stars/KudoAI/chatgpt.js?label=Sterne&color=af68ff&logo=github&logoColor=white&labelColor=464646&style=for-the-badge"></a>
5050
<a href="LICENSE.md">
5151
<img src="https://img.shields.io/badge/Lizenz-MIT-green.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
52-
<a href="https://github.com/KudoAI/chatgpt.js/tree/v3.6.1/dist/chatgpt.min.js">
53-
<img src="https://img.shields.io/github/size/KudoAI/chatgpt.js/dist/chatgpt.min.js?branch=v3.6.1&label=Minified%20Size&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge"></a>
52+
<a href="https://github.com/KudoAI/chatgpt.js/tree/v3.6.2/dist/chatgpt.min.js">
53+
<img src="https://img.shields.io/github/size/KudoAI/chatgpt.js/dist/chatgpt.min.js?branch=v3.6.2&label=Minified%20Size&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge"></a>
5454
<a href="https://www.codefactor.io/repository/github/kudoai/chatgpt.js">
5555
<img src="https://img.shields.io/codefactor/grade/github/kudoai/chatgpt.js?label=Codequalität&logo=codefactor&logoColor=white&labelColor=464646&color=1acc6c&style=for-the-badge"></a>
5656
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=kudoai_chatgpt.js">
@@ -93,7 +93,7 @@
9393

9494
```js
9595
(async () => {
96-
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js');
96+
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].2/dist/chatgpt.min.js');
9797
// Ihr Code hier...
9898
})();
9999
```
@@ -102,7 +102,7 @@
102102

103103
```js
104104
var xhr = new XMLHttpRequest();
105-
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js');
105+
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].2/dist/chatgpt.min.js');
106106
xhr.onload = function () {
107107
if (xhr.status === 200) {
108108
var chatgptJS = document.createElement('script');
@@ -124,7 +124,7 @@ function yourCode() {
124124
125125
```js
126126
...
127-
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js
127+
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].2/dist/chatgpt.min.js
128128
// ==/UserScript==
129129

130130
// Ihr Code hier...
@@ -193,7 +193,7 @@ chatgpt.get('reply', 'last');
193193

194194
Jeder Aufruf ruft gleichermaßen die letzte Antwort ab. Wenn Sie glauben, dass es funktioniert, wird es wahrscheinlich auch funktionieren ... also geben Sie es einfach ein! (Wer hat Zeit für Dokumente?)
195195

196-
Wenn dies nicht der Fall ist, schauen Sie sich den erweiterten [benutzerleitfaden](https://github.com/KudoAI/chatgpt.js/blob/v3.6.1/docs/USERGUIDE.md) an oder reichen Sie einfach ein [Problem](https://github.com/KudoAI/chatgpt.js/issues) ein oder [PR](https://github.com/KudoAI/chatgpt.js/pulls) und es wird integriert, ganz einfach!
196+
Wenn dies nicht der Fall ist, schauen Sie sich den erweiterten [benutzerleitfaden](https://github.com/KudoAI/chatgpt.js/blob/v3.6.2/docs/USERGUIDE.md) an oder reichen Sie einfach ein [Problem](https://github.com/KudoAI/chatgpt.js/issues) ein oder [PR](https://github.com/KudoAI/chatgpt.js/pulls) und es wird integriert, ganz einfach!
197197

198198
<img height=8px width="100%" src="https://assets.chatgptjs.org/images/separators/gradient-aqua.png?v=e638eac">
199199

@@ -431,7 +431,7 @@ Diese Bibliothek existiert dank Code, Übersetzungen, Problemen und Ideen der fo
431431
<div align="center">
432432

433433
**[Veröffentlichungen](https://github.com/KudoAI/chatgpt.js/releases)** /
434-
[Benutzerhandbuch](https://github.com/KudoAI/chatgpt.js/blob/v3.6.1/docs/USERGUIDE.md) /
434+
[Benutzerhandbuch](https://github.com/KudoAI/chatgpt.js/blob/v3.6.2/docs/USERGUIDE.md) /
435435
[Diskutieren](https://github.com/KudoAI/chatgpt.js/discussions) /
436436
<a href="#top">Zurück nach oben ↑</a>
437437

docs/es/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<img src="https://img.shields.io/github/stars/KudoAI/chatgpt.js?label=Estrellas&color=af68ff&logo=github&logoColor=white&labelColor=464646&style=for-the-badge"></a>
5050
<a href="LICENSE.md">
5151
<img src="https://img.shields.io/badge/Licencia-MIT-green.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
52-
<a href="https://github.com/KudoAI/chatgpt.js/tree/v3.6.1/dist/chatgpt.min.js">
53-
<img src="https://img.shields.io/github/size/KudoAI/chatgpt.js/dist/chatgpt.min.js?branch=v3.6.1&label=Minified%20Size&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge"></a>
52+
<a href="https://github.com/KudoAI/chatgpt.js/tree/v3.6.2/dist/chatgpt.min.js">
53+
<img src="https://img.shields.io/github/size/KudoAI/chatgpt.js/dist/chatgpt.min.js?branch=v3.6.2&label=Minified%20Size&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge"></a>
5454
<a href="https://www.codefactor.io/repository/github/kudoai/chatgpt.js">
5555
<img src="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"></a>
5656
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=kudoai_chatgpt.js">
@@ -93,7 +93,7 @@
9393

9494
```js
9595
(async () => {
96-
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js');
96+
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].2/dist/chatgpt.min.js');
9797
// Tu código aquí...
9898
})();
9999
```
@@ -102,7 +102,7 @@
102102

103103
```js
104104
var xhr = new XMLHttpRequest();
105-
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js');
105+
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].2/dist/chatgpt.min.js');
106106
xhr.onload = function () {
107107
if (xhr.status === 200) {
108108
var chatgptJS = document.createElement('script');
@@ -124,7 +124,7 @@ function yourCode() {
124124
125125
```js
126126
...
127-
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js
127+
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].2/dist/chatgpt.min.js
128128
// ==/UserScript==
129129

130130
// Tu código aquí...
@@ -193,7 +193,7 @@ chatgpt.get('reply', 'last');
193193

194194
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?)
195195

196-
Si no fue así, consulte la [guía del usuario](https://github.com/KudoAI/chatgpt.js/blob/v3.6.1/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!
196+
Si no fue así, consulte la [guía del usuario](https://github.com/KudoAI/chatgpt.js/blob/v3.6.2/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!
197197

198198
<img height=8px width="100%" src="https://assets.chatgptjs.org/images/separators/gradient-aqua.png?v=e638eac">
199199

@@ -431,7 +431,7 @@ Esta biblioteca existe gracias al código, las traducciones, los problemas y las
431431
<div align="center">
432432

433433
**[Lanzamientos](https://github.com/KudoAI/chatgpt.js/releases)** /
434-
[Guía del usuario](https://github.com/KudoAI/chatgpt.js/blob/v3.6.1/docs/USERGUIDE.md) /
434+
[Guía del usuario](https://github.com/KudoAI/chatgpt.js/blob/v3.6.2/docs/USERGUIDE.md) /
435435
[Conversar](https://github.com/KudoAI/chatgpt.js/discussions) /
436436
<a href="#top">Volver arriba ↑</a>
437437

docs/fr/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<img src="https://img.shields.io/github/stars/KudoAI/chatgpt.js?label=Étoiles&color=af68ff&logo=github&logoColor=white&labelColor=464646&style=for-the-badge"></a>
5050
<a href="LICENSE.md">
5151
<img src="https://img.shields.io/badge/Licence-MIT-green.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
52-
<a href="https://github.com/KudoAI/chatgpt.js/tree/v3.6.1/dist/chatgpt.min.js">
53-
<img src="https://img.shields.io/github/size/KudoAI/chatgpt.js/dist/chatgpt.min.js?branch=v3.6.1&label=Minified%20Size&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge"></a>
52+
<a href="https://github.com/KudoAI/chatgpt.js/tree/v3.6.2/dist/chatgpt.min.js">
53+
<img src="https://img.shields.io/github/size/KudoAI/chatgpt.js/dist/chatgpt.min.js?branch=v3.6.2&label=Minified%20Size&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge"></a>
5454
<a href="https://www.codefactor.io/repository/github/kudoai/chatgpt.js">
5555
<img src="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"></a>
5656
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=kudoai_chatgpt.js">
@@ -93,7 +93,7 @@
9393

9494
```js
9595
(async () => {
96-
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js');
96+
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].2/dist/chatgpt.min.js');
9797
// Votre code ici...
9898
})();
9999
```
@@ -102,7 +102,7 @@
102102

103103
```js
104104
var xhr = new XMLHttpRequest();
105-
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js');
105+
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].2/dist/chatgpt.min.js');
106106
xhr.onload = function () {
107107
if (xhr.status === 200) {
108108
var chatgptJS = document.createElement('script');
@@ -124,7 +124,7 @@ function yourCode() {
124124
125125
```js
126126
...
127-
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].1/dist/chatgpt.min.js
127+
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].2/dist/chatgpt.min.js
128128
// ==/UserScript==
129129

130130
// Votre code ici...
@@ -193,7 +193,7 @@ chatgpt.get('reply', 'last');
193193

194194
Chaque appel récupère également la dernière réponse. Si vous pensez que cela fonctionne, cela fonctionnera probablement... alors tapez-le simplement!
195195

196-
Si ce n'est pas le cas, consultez le [guide de l'utilisateur](https://github.com/KudoAI/chatgpt.js/blob/v3.6.1/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!
196+
Si ce n'est pas le cas, consultez le [guide de l'utilisateur](https://github.com/KudoAI/chatgpt.js/blob/v3.6.2/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!
197197

198198
<img height=8px width="100%" src="https://assets.chatgptjs.org/images/separators/gradient-aqua.png?v=e638eac">
199199

@@ -431,7 +431,7 @@ Cette bibliothèque existe grâce au code, aux traductions, aux problèmes et au
431431
<div align="center">
432432

433433
**[Communiqués](https://github.com/KudoAI/chatgpt.js/releases)** /
434-
[Guide de l'utilisateur](https://github.com/KudoAI/chatgpt.js/blob/v3.6.1/docs/USERGUIDE.md) /
434+
[Guide de l'utilisateur](https://github.com/KudoAI/chatgpt.js/blob/v3.6.2/docs/USERGUIDE.md) /
435435
[Discuter](https://github.com/KudoAI/chatgpt.js/discussions) /
436436
<a href="#top">Retour au sommet ↑</a>
437437

0 commit comments

Comments
 (0)