Skip to content

Commit 238c75e

Browse files
committed
name doc update
1 parent bc768b4 commit 238c75e

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5+
## [2.0.1] - 06-15-2023
6+
7+
### Changed
8+
9+
- updated documentation
10+
- updated modelizer to version [2.0.0](https://github.com/A-Baji/discordAI-modelizer/releases/tag/2.0.1)
11+
512
## [2.0.0] - 06-15-2023
613

714
### Added
@@ -75,6 +82,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
7582

7683
- modified readme
7784

85+
[2.0.1]: https://github.com/A-Baji/discordAI/compare/1.3.2...2.0.1
7886
[2.0.0]: https://github.com/A-Baji/discordAI/compare/1.3.2...2.0.0
7987
[1.3.2]: https://github.com/A-Baji/discordAI/compare/1.3.1...1.3.2
8088
[1.3.1]: https://github.com/A-Baji/discordAI/compare/1.3.0...1.3.1

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,6 @@ Get or set your openaAI API key
110110
## Disclaimer
111111
This application allows users to download the chat history of any channel for which they have permission to invite a bot, and then use those logs to create an openai model based on a user's chat messages. It is important to note that this application should only be used with the consent of all members of the channel. Using this application for malicious purposes, such as impersonation, or without the consent of all members is strictly prohibited.
112112

113-
By using this application, you agree to use it responsibly. The developers of this application are not responsible for any improper use of the application or any consequences resulting from such use. We strongly discourage using this application for any unethical purposes.
113+
By using this application, you agree to use it responsibly. The developers of this application are not responsible for any improper use of the application or any consequences resulting from such use. We strongly discourage using this application for any unethical purposes.
114+
115+
This application is not affiliated with or endorsed by Discord, Inc. The use of the term "Discord" in our product name is solely for descriptive purposes to indicate compatibility with the Discord platform.

discordai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0"
1+
__version__ = "2.0.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ discord.py
22
openai
33
tiktoken
44
appdirs
5-
discordai_modelizer @ git+https://github.com/A-Baji/[email protected].0
5+
discordai_modelizer @ git+https://github.com/A-Baji/[email protected].1

0 commit comments

Comments
 (0)