Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
aashnajoshi committed Apr 4, 2024
1 parent 448e939 commit 30af0a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
7 changes: 3 additions & 4 deletions DiscordGPT.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# openai==0.28
import openai
import discord
from dotenv import load_dotenv
import openai # openai==0.28
import discord #discord.py
from dotenv import load_dotenv #python-dotenv
import os

load_dotenv()
Expand Down
5 changes: 2 additions & 3 deletions GPT.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# openai==0.28
import openai
from dotenv import load_dotenv
import openai # openai==0.28
from dotenv import load_dotenv #python-dotenv
import os

load_dotenv()
Expand Down
7 changes: 3 additions & 4 deletions TelegramGPT.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# openai==0.28
import openai
from telegram.ext import Updater, CommandHandler, MessageHandler, Filters
from dotenv import load_dotenv
import openai # openai==0.28
from telegram.ext import Updater, CommandHandler, MessageHandler, Filters #python-telegram-bot
from dotenv import load_dotenv #python-dotenv
import os

load_dotenv()
Expand Down

0 comments on commit 30af0a6

Please sign in to comment.