a bit more housekeeping

Kaveen Kumarasinghe 1 year ago
parent 40ddf5a399
commit 4384c7c6c3

@ -80,7 +80,7 @@ jobs:
host: 104.248.105.234 host: 104.248.105.234
username: root username: root
password: ${{ secrets.SSH_PASS }} password: ${{ secrets.SSH_PASS }}
- name: copy file via ssh password - name: copy file via ssh password (OAI)
uses: appleboy/scp-action@master uses: appleboy/scp-action@master
with: with:
host: 104.248.105.234 host: 104.248.105.234
@ -89,7 +89,7 @@ jobs:
port: 22 port: 22
source: gpt3discord.py source: gpt3discord.py
target: /home/gptbotopenai/ target: /home/gptbotopenai/
- name: copy file via ssh password - name: copy file via ssh password (OAI)
uses: appleboy/scp-action@master uses: appleboy/scp-action@master
with: with:
host: 104.248.105.234 host: 104.248.105.234
@ -98,7 +98,7 @@ jobs:
port: 22 port: 22
source: conversation_starter_pretext.txt source: conversation_starter_pretext.txt
target: /home/gptbotopenai/ target: /home/gptbotopenai/
- name: copy file via ssh password - name: copy file via ssh password (OAI)
uses: appleboy/scp-action@master uses: appleboy/scp-action@master
with: with:
host: 104.248.105.234 host: 104.248.105.234
@ -107,7 +107,7 @@ jobs:
port: 22 port: 22
source: image_optimizer_pretext.txt source: image_optimizer_pretext.txt
target: /home/gptbotopenai/ target: /home/gptbotopenai/
- name: Copy via ssh - name: Copy via ssh (OAI)
uses: garygrossgarten/github-action-scp@release uses: garygrossgarten/github-action-scp@release
with: with:
local: cogs local: cogs
@ -115,7 +115,7 @@ jobs:
host: 104.248.105.234 host: 104.248.105.234
username: root username: root
password: ${{ secrets.SSH_PASS }} password: ${{ secrets.SSH_PASS }}
- name: Copy via ssh - name: Copy via ssh (OAI)
uses: garygrossgarten/github-action-scp@release uses: garygrossgarten/github-action-scp@release
with: with:
local: models local: models
@ -123,7 +123,7 @@ jobs:
host: 104.248.105.234 host: 104.248.105.234
username: root username: root
password: ${{ secrets.SSH_PASS }} password: ${{ secrets.SSH_PASS }}
- name: Copy via ssh - name: Copy via ssh (OAI)
uses: garygrossgarten/github-action-scp@release uses: garygrossgarten/github-action-scp@release
with: with:
local: openers local: openers

@ -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 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!

@ -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. 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. 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"
Loading…
Cancel
Save