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
Copy file name to clipboardExpand all lines: README.md
+20-14Lines changed: 20 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,20 +11,26 @@ DiscordAI Modelizer is primarily used as a subcomponent of [DiscordAI](https://g
11
11
3. The source may now be deleted
12
12
13
13
## Commands
14
-
### `discordai_modelizer openai create`
15
-
This command will download the specified chat logs, parse them into a usable dataset, then create a customized model using openai.
16
-
### `discordai_modelizer openai list_jobs`
17
-
This command will list all of the openai customization jobs associated with a specified api key.
18
-
### `discordai_modelizer openai list_models`
19
-
This command will list all of the openai customized models associated with a specified api key.
20
-
### `discordai_modelizer openai follow`
21
-
This command will output the event stream of a specified customization job process.
22
-
### `discordai_modelizer openai status`
23
-
This command will output the status of a specified customization job.
24
-
### `discordai_modelizer openai cancel`
25
-
This command will cancel a specified customization job.
26
-
### `discordai_modelizer openai delete`
27
-
This command will delete a specified customized model.
14
+
### Model
15
+
Commands related to your openAI models
16
+
#### `discordai_modelizer model list`
17
+
List your openAi customized models
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.
22
+
#### `discordai_modelizer model delete`
23
+
Delete an openAI customized model
24
+
### Job
25
+
Commands related to your openAI jobs
26
+
#### `discordai_modelizer job list`
27
+
List your openAI customization jobs
28
+
#### `discordai_modelizer job follow`
29
+
Follow an openAI customization job
30
+
#### `discordai_modelizer job status`
31
+
Get an openAI customization job's status
32
+
#### `discordai_modelizer job cancel`
33
+
Cancel an openAI customization job
28
34
29
35
## Disclaimer
30
36
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.
description="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")
0 commit comments