Kaveen Kumarasinghe 2 years ago
parent 6941cc30b9
commit f4ba8447c5

@ -32,7 +32,7 @@ from services.environment_service import EnvService
from models.openai_model import Model
__version__ = "10.9.5"
__version__ = "10.9.6"
PID_FILE = Path("bot.pid")

@ -21,6 +21,7 @@ dependencies = [
"Pillow==9.3.0",
"openai==0.27.0",
"pytube==12.1.2",
"beautifulsoup4==4.11.1",
"py-cord==2.3.2",
"python-dotenv==0.21.0",
"requests==2.28.1",

@ -2,7 +2,7 @@ Pillow==9.3.0
openai==0.27.0
pytube==12.1.2
py-cord==2.3.2
beautifulsoup4==4.11.2
beautifulsoup4==4.11.1
python-dotenv==0.21.0
requests==2.28.1
transformers==4.25.1

@ -2,7 +2,7 @@ Pillow==9.3.0
openai==0.27.0
pytube==12.1.2
py-cord==2.3.2
beautifulsoup4==4.11.2
beautifulsoup4==4.11.1
python-dotenv==0.21.0
requests==2.28.1
transformers==4.25.1

Loading…
Cancel
Save