From d2cb365bafe1ea1550e87d7784d40161086c69a6 Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Sun, 26 Feb 2023 17:46:07 -0500 Subject: [PATCH] bump gpt-index --- detailed_guides/INSTALLATION.md | 6 +++--- requirements.txt | 2 +- requirements_base.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/detailed_guides/INSTALLATION.md b/detailed_guides/INSTALLATION.md index 51a2785..75f1e63 100644 --- a/detailed_guides/INSTALLATION.md +++ b/detailed_guides/INSTALLATION.md @@ -55,9 +55,9 @@ https://discordpy.readthedocs.io/en/stable/discord.html - Applications -> New Application - Generate Token for the app (discord_bot_token) - Select App (Bot) -> Bot -> Reset Token -- Toogle PRESENCE INTENT: +- Toggle PRESENCE INTENT: - Select App (Bot) -> Bot -> PRESENCE INTENT, SERVER MEMBERS INTENT, MESSAGES INTENT, (basically turn on all intents) -- Add Bot the the server. +- Add Bot the server. - Select App (Bot) -> OAuth2 -> URL Generator -> Select Scope: Bot, application.commands - Bot Permissions will appear, select the desired permissions - Copy the link generated below and paste it on the browser @@ -121,7 +121,7 @@ screen -x # will reattach if this is the only screen session, if there are multi # If there are multiple IDs returned by screen -x: screen -d -r {ID} # replace {ID} with the ID of the screen session you want to reattach to ``` - + As a last resort, you can try to run the bot using python in a basic way, with simply ``` cd GPT3Discord diff --git a/requirements.txt b/requirements.txt index 37ec4da..86e837c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ sqlitedict==2.1.0 backoff==2.2.1 flask==2.2.2 beautifulsoup4==4.11.1 -gpt-index==0.4.11 +gpt-index==0.4.14 PyPDF2==3.0.1 youtube_transcript_api==0.5.0 sentencepiece==0.1.97 diff --git a/requirements_base.txt b/requirements_base.txt index f5283a7..7cf8040 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -10,7 +10,7 @@ sqlitedict==2.1.0 backoff==2.2.1 flask==2.2.2 beautifulsoup4==4.11.1 -gpt-index==0.4.11 +gpt-index==0.4.14 PyPDF2==3.0.1 youtube_transcript_api==0.5.0 sentencepiece==0.1.97