feat: add requirements
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Discord Bot Using GPT3.5 to Roleplay as Hanyuu from Higurashi
|
# Discord Bot Using GPT3.5 to Roleplay as Hanyuu from Higurashi no Naku Koro Ni
|
||||||
|
|
||||||
This discord bot responds to messages in all channels when the message starts with "hanyuu". More features are also present, which will be documented as they stabilize.
|
This discord bot responds to messages in all channels when the message starts with "hanyuu". More features are also present, which will be documented as they stabilize.
|
||||||
|
|
||||||
@@ -9,6 +9,8 @@ This discord bot responds to messages in all channels when the message starts wi
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Install requirements: `pip install -r requirements.txt`
|
||||||
|
|
||||||
Create a file in the working directory called `secrets.json`, containing two fields:
|
Create a file in the working directory called `secrets.json`, containing two fields:
|
||||||
|
|
||||||
- `DISCORD_API_KEY` containing the Discord bot's API key ;
|
- `DISCORD_API_KEY` containing the Discord bot's API key ;
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
discord
|
||||||
|
openai
|
||||||
Reference in New Issue
Block a user