diff --git a/README.md b/README.md index 5a89642..52383c8 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,13 @@ maven com.github.plexpt chatgpt - 4.4.0 + 5.1.0 ``` gradle ``` -implementation group: 'com.github.plexpt', name: 'chatgpt', version: '4.4.0' +implementation group: 'com.github.plexpt', name: 'chatgpt', version: '5.1.0' ``` diff --git a/README_en.md b/README_en.md index 9555487..dd9b4a1 100644 --- a/README_en.md +++ b/README_en.md @@ -39,14 +39,14 @@ SDK for OpenAI ChatGPT. If you find it helpful, please give it a star in the upp com.github.plexpt chatgpt - 4.4.0 + 5.1.0 ``` #### gradle ``` -implementation group: 'com.github.plexpt', name: 'chatgpt', version: '4.4.0' +implementation group: 'com.github.plexpt', name: 'chatgpt', version: '5.1.0' ``` ### Quick Start