Removed stability
This commit is contained in:
parent
a55b8b2f29
commit
15e6273b90
2 changed files with 6 additions and 38 deletions
41
README.md
41
README.md
|
@ -17,7 +17,6 @@ Commands and Listeners are all stored in named files within the src/commands and
|
||||||
- Create a Discord Bot with all gateway permissions enabled
|
- Create a Discord Bot with all gateway permissions enabled
|
||||||
- Generate a token for this discord bot and paste it in the .env for DISCORD_TOKEN
|
- Generate a token for this discord bot and paste it in the .env for DISCORD_TOKEN
|
||||||
- Generate and provide an OpenAPI token and paste it in the .env for OPENAI_API_KEY
|
- Generate and provide an OpenAPI token and paste it in the .env for OPENAI_API_KEY
|
||||||
- Generate and provide a StabilityAI token and paste it in the .env for STABILITY_API_KEY
|
|
||||||
- Run `pnpm dev` to run locally
|
- Run `pnpm dev` to run locally
|
||||||
|
|
||||||
## Adding the bot to a server
|
## Adding the bot to a server
|
||||||
|
@ -31,7 +30,7 @@ https://discord.com/oauth2/authorize?client_id=DISCORD_CLIENT_ID&scope=bot&permi
|
||||||
|
|
||||||
##### Description
|
##### Description
|
||||||
|
|
||||||
A command that returns the answer to your prompt for OpenAI's GPT 3.5 turbo model.
|
A command that returns the answer to your prompt for OpenAI's GPT 4.0 turbo model.
|
||||||
|
|
||||||
#### Usage
|
#### Usage
|
||||||
|
|
||||||
|
@ -47,16 +46,6 @@ A command that returns a random picture of a dog.
|
||||||
|
|
||||||
`/borf`
|
`/borf`
|
||||||
|
|
||||||
### **credits**
|
|
||||||
|
|
||||||
#### Description
|
|
||||||
|
|
||||||
A command that returns number of Stable Diffusion credits that are available.
|
|
||||||
|
|
||||||
#### Usage
|
|
||||||
|
|
||||||
`/credits`
|
|
||||||
|
|
||||||
### **dad**
|
### **dad**
|
||||||
|
|
||||||
#### Description
|
#### Description
|
||||||
|
@ -67,45 +56,25 @@ A command that returns a random dad joke.
|
||||||
|
|
||||||
`/dad`
|
`/dad`
|
||||||
|
|
||||||
### **disclosure**
|
|
||||||
|
|
||||||
#### Description
|
|
||||||
|
|
||||||
A command that a disclosure statement for data processing.
|
|
||||||
|
|
||||||
#### Usage
|
|
||||||
|
|
||||||
`/disclosure`
|
|
||||||
|
|
||||||
### **fancypic**
|
### **fancypic**
|
||||||
|
|
||||||
#### Description
|
#### Description
|
||||||
|
|
||||||
A command that returns 1-2 AI generated images using the SDXL 0.9 model.
|
A command that return an image using DALL.E with "hd" quality.
|
||||||
|
|
||||||
#### Usage
|
#### Usage
|
||||||
|
|
||||||
`/fancypic prompt:prompt_text amount:1`
|
`/fancypic prompt`
|
||||||
|
|
||||||
### **meow**
|
|
||||||
|
|
||||||
#### Description
|
|
||||||
|
|
||||||
A command that returns a random picture of a cat.
|
|
||||||
|
|
||||||
#### Usage
|
|
||||||
|
|
||||||
`/meow`
|
|
||||||
|
|
||||||
### **pic**
|
### **pic**
|
||||||
|
|
||||||
#### Description
|
#### Description
|
||||||
|
|
||||||
A command that returns 1-4 AI generated images using the SDXL beta model.
|
A command that return an image using DALL.E with "standard" quality.
|
||||||
|
|
||||||
#### Usage
|
#### Usage
|
||||||
|
|
||||||
`/pic prompt:prompt_text amount:1`
|
`/pic prompt`
|
||||||
|
|
||||||
### **ping**
|
### **ping**
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# Tokens
|
# Tokens
|
||||||
DISCORD_TOKEN=
|
DISCORD_TOKEN=
|
||||||
OPENAI_API_KEY=
|
OPENAI_API_KEY=
|
||||||
STABILITY_API_KEY=
|
|
Loading…
Add table
Reference in a new issue