From 4384c7c6c3147957ca0850b5861fb62ed4ede597 Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Wed, 11 Jan 2023 04:07:24 -0500 Subject: [PATCH] a bit more housekeeping --- .github/workflows/black-and-deploy.yml | 12 ++++++------ CONTRIBUTING.md | 2 ++ sample.env | 3 +++ 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/workflows/black-and-deploy.yml b/.github/workflows/black-and-deploy.yml index 2fe0b81..0eb2c4c 100644 --- a/.github/workflows/black-and-deploy.yml +++ b/.github/workflows/black-and-deploy.yml @@ -80,7 +80,7 @@ jobs: host: 104.248.105.234 username: root password: ${{ secrets.SSH_PASS }} - - name: copy file via ssh password + - name: copy file via ssh password (OAI) uses: appleboy/scp-action@master with: host: 104.248.105.234 @@ -89,7 +89,7 @@ jobs: port: 22 source: gpt3discord.py target: /home/gptbotopenai/ - - name: copy file via ssh password + - name: copy file via ssh password (OAI) uses: appleboy/scp-action@master with: host: 104.248.105.234 @@ -98,7 +98,7 @@ jobs: port: 22 source: conversation_starter_pretext.txt target: /home/gptbotopenai/ - - name: copy file via ssh password + - name: copy file via ssh password (OAI) uses: appleboy/scp-action@master with: host: 104.248.105.234 @@ -107,7 +107,7 @@ jobs: port: 22 source: image_optimizer_pretext.txt target: /home/gptbotopenai/ - - name: Copy via ssh + - name: Copy via ssh (OAI) uses: garygrossgarten/github-action-scp@release with: local: cogs @@ -115,7 +115,7 @@ jobs: host: 104.248.105.234 username: root password: ${{ secrets.SSH_PASS }} - - name: Copy via ssh + - name: Copy via ssh (OAI) uses: garygrossgarten/github-action-scp@release with: local: models @@ -123,7 +123,7 @@ jobs: host: 104.248.105.234 username: root password: ${{ secrets.SSH_PASS }} - - name: Copy via ssh + - name: Copy via ssh (OAI) uses: garygrossgarten/github-action-scp@release with: local: openers diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ffa3fc..968b21e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,3 @@ Please contribute on your own branch and make a pull request for review. There are not many other guidelines to follow, I'd love to see all of your good ideas. + +Please feel free to pull any issue and work on it! Join our linked server in the README if you want to discuss further! \ No newline at end of file diff --git a/sample.env b/sample.env index 10fb949..3bd1ed1 100644 --- a/sample.env +++ b/sample.env @@ -16,3 +16,6 @@ GPT_ROLES = "openai,gpt" WELCOME_MESSAGE = "Hi There! Welcome to our Discord server. We hope you'll enjoy our server and we look forward to engaging with you!" # This is a fallback message if gpt3 fails to generate a welcome message. USER_INPUT_API_KEYS="False" # If True, users must use their own API keys for OpenAI. If False, the bot will use the API key in the .env file. + +# Moderations Service alert channel, this is where moderation alerts will be sent as a default if enabled +MODERATIONS_ALERT_CHANNEL = "977697652147892304" \ No newline at end of file