You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DiscordAI Modelizer is a python package that can generate custom openai models based on a discord user's chat history in a discord channel. It uses [DiscordChatExporter](https://github.com/Tyrrrz/DiscordChatExporter) to download the logs of a channel. Then, after the logs are processed into a usable dataset, it uses [openAI's API](https://beta.openai.com/docs/introduction) to create a customized model. It also wraps some of the tools from the openAI API to help with managing customizations.
2
+
DiscordAI Modelizer is a python package that can generate custom openai models based on a discord user's chat history in a discord channel. It uses [DiscordChatExporter](https://github.com/Tyrrrz/DiscordChatExporter) to download the logs of a channel, processes the logs into a usable dataset, and then uses [openAI's API](https://beta.openai.com/docs/introduction) to create a customized model. It also wraps some of the tools from the openAI API to help with managing customizations.
3
3
4
4
DiscordAI Modelizer is primarily used as a subcomponent of [DiscordAI](https://github.com/A-Baji/discordAI), but may also be used independently.
5
5
@@ -14,25 +14,26 @@ DiscordAI Modelizer is primarily used as a subcomponent of [DiscordAI](https://g
14
14
### Model
15
15
Commands related to your openAI models
16
16
#### `discordai_modelizer model list`
17
-
List your openAi customized models
17
+
*List your openAI models
18
18
#### `discordai_modelizer model create`
19
-
Create a new openAI customized model by downloading the specified chat logs, parsing them into a usable dataset, and then training a customized model using openai
20
-
21
-
For a proper usage, see the [guide](https://github.com/A-Baji/discordAI#create-a-new-customized-openai-model) for DiscordAI.
19
+
* Create a new openAI customized model by downloading the specified chat logs, parsing them into a usable dataset, and then training a customized model using openai
20
+
* For proper usage, see the [DiscordAI guide](https://github.com/A-Baji/discordAI#create-a-new-customized-openai-model)
22
21
#### `discordai_modelizer model delete`
23
-
Delete an openAI customized model
22
+
*Delete an openAI model
24
23
### Job
25
24
Commands related to your openAI jobs
26
25
#### `discordai_modelizer job list`
27
-
List your openAI customization jobs
26
+
*List your openAI customization jobs
28
27
#### `discordai_modelizer job follow`
29
-
Follow an openAI customization job
28
+
*Follow an openAI customization job
30
29
#### `discordai_modelizer job status`
31
-
Get an openAI customization job's status
30
+
*Get an openAI customization job's status
32
31
#### `discordai_modelizer job cancel`
33
-
Cancel an openAI customization job
32
+
*Cancel an openAI customization job
34
33
35
34
## Disclaimer
36
35
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.
37
36
38
-
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.
37
+
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.
38
+
39
+
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.
0 commit comments