Skip to content

Commit a02d9dc

Browse files
authored
Merge pull request #22 from F33RNI/next
Update revChatGPT version to 4.0.6
2 parents e83de3b + 5ed8fc5 commit a02d9dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import BotHandler
3030
from JSONReaderWriter import load_json
3131

32-
TELEGRAMUS_VERSION = 'beta_2.0.2'
32+
TELEGRAMUS_VERSION = 'beta_2.0.3'
3333

3434
# Logging level (INFO for debug, WARN for release)
3535
LOGGING_LEVEL = logging.INFO

Diff for: requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
psutil>=5.9.1
22
telegram~=0.0.1
3-
python-telegram-bot~=20.1
4-
revChatGPT==3.3.5
3+
python-telegram-bot>=20.1
4+
revChatGPT==4.0.6
55
openai>=0.26.4
66
tiktoken>=0.2.0
77
OpenAIAuth>=0.3.2

0 commit comments

Comments
 (0)