Skip to content

Commit

Permalink
Merge pull request #22 from F33RNI/next
Browse files Browse the repository at this point in the history
Update revChatGPT version to 4.0.6
  • Loading branch information
F33RNI authored Mar 21, 2023
2 parents e83de3b + 5ed8fc5 commit a02d9dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import BotHandler
from JSONReaderWriter import load_json

TELEGRAMUS_VERSION = 'beta_2.0.2'
TELEGRAMUS_VERSION = 'beta_2.0.3'

# Logging level (INFO for debug, WARN for release)
LOGGING_LEVEL = logging.INFO
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
psutil>=5.9.1
telegram~=0.0.1
python-telegram-bot~=20.1
revChatGPT==3.3.5
python-telegram-bot>=20.1
revChatGPT==4.0.6
openai>=0.26.4
tiktoken>=0.2.0
OpenAIAuth>=0.3.2

0 comments on commit a02d9dc

Please sign in to comment.