Skip to content

Commit

Permalink
Module versions update
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed Aug 6, 2023
1 parent 86e2e70 commit 432e2f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from JSONReaderWriter import load_json

# GPT-Telegramus version
__version__ = "3.2.0"
__version__ = "3.2.1"

# Logging level
LOGGING_LEVEL = logging.INFO
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
python-telegram-bot>=20.3
revChatGPT==6.8.6
EdgeGPT==0.10.16
EdgeGPT==0.13.2
GoogleBard==2.1.0
python-telegram-bot>=20.3
openai>=0.26.4
tiktoken>=0.2.0
OpenAIAuth>=0.3.2
asyncio==3.4.3
GoogleBard==2.1.0
asyncio>=3.4.3
requests>=2.28.1
telegram>=0.0.1
psutil>=5.9.4
Expand Down

0 comments on commit 432e2f0

Please sign in to comment.