diff --git a/README.md b/README.md index 42c02fa..57dc0a0 100644 --- a/README.md +++ b/README.md @@ -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. @@ -9,6 +9,8 @@ This discord bot responds to messages in all channels when the message starts wi ## Usage +Install requirements: `pip install -r requirements.txt` + Create a file in the working directory called `secrets.json`, containing two fields: - `DISCORD_API_KEY` containing the Discord bot's API key ; diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..ca730c0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +discord +openai \ No newline at end of file