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 is CLI package that you can use to run your discord bot. It comes with two slash commands that use openAI's API to create prompt completions. There are also two hidden commands that are used to synchronize your bot's commands with discord: `@bot_name sync|unsyc guild|global`.
3
+
DiscordAI is CLI package that you can use to run your discord bot. It can also be used to create customized openAI models based on a discord channel and user. The bot comes with two slash commands that use openAI's API to create prompt completions. There are also two hidden commands that are used to synchronize your bot's commands with discord: `@bot_name sync|unsyc guild|global`.
4
4
5
-
## Planned Features
5
+
## Installation
6
+
### Executable
7
+
Download the CLI executable for your OS from the [latest release](https://github.com/A-Baji/discordAI/releases/latest). Unfortunately, the Mac version of the executable is not available due to stability issues.
- A CLI command that generates a customized openai model based on a given discord user's messages from a given discord channel.
8
-
- A CLI command that generates a new slash command for your bot to create prompt completions using a given customized model.
15
+
## Commands
16
+
### `discordai start`
17
+
Start your bot
18
+
### `discordai openai create`
19
+
Download the specified chat logs, parse them into a usable dataset, then create a customized model using openai.
20
+
### `discordai openai list_jobs`
21
+
List all of your openai customization jobs.
22
+
### `discordai openai list_models`
23
+
List all of your openai customized models.
24
+
### `discordai openai follow`
25
+
Output the event stream of a specified customization job process.
26
+
### `discordai openai status`
27
+
Get the status of a specified customization job.
28
+
### `discordai openai cancel`
29
+
Cancel a specified customization job.
30
+
### `discordai openai delete`
31
+
Delete a specified customized model.
32
+
33
+
## Disclaimer
34
+
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.
35
+
36
+
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.
0 commit comments