We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e3996 commit db733f0Copy full SHA for db733f0
1 file changed
README.md
@@ -65,13 +65,13 @@ maven
65
<dependency>
66
<groupId>com.github.plexpt</groupId>
67
<artifactId>chatgpt</artifactId>
68
- <version>4.0.5</version>
+ <version>4.0.8</version>
69
</dependency>
70
```
71
72
gradle
73
74
-implementation group: 'com.github.plexpt', name: 'chatgpt', version: '4.0.5'
+implementation group: 'com.github.plexpt', name: 'chatgpt', version: '4.0.8'
75
76
77
0 commit comments