From c525c0bd85fadc00d0d0ab198538e6f34ea4eacf Mon Sep 17 00:00:00 2001 From: Erzangel Date: Fri, 9 Jun 2023 18:01:53 +0200 Subject: [PATCH] feat: add requirements --- README.md | 4 +++- requirements.txt | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 requirements.txt 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