We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e83de3b + 5ed8fc5 commit a02d9dcCopy full SHA for a02d9dc
main.py
@@ -29,7 +29,7 @@
29
import BotHandler
30
from JSONReaderWriter import load_json
31
32
-TELEGRAMUS_VERSION = 'beta_2.0.2'
+TELEGRAMUS_VERSION = 'beta_2.0.3'
33
34
# Logging level (INFO for debug, WARN for release)
35
LOGGING_LEVEL = logging.INFO
requirements.txt
@@ -1,7 +1,7 @@
1
psutil>=5.9.1
2
telegram~=0.0.1
3
-python-telegram-bot~=20.1
4
-revChatGPT==3.3.5
+python-telegram-bot>=20.1
+revChatGPT==4.0.6
5
openai>=0.26.4
6
tiktoken>=0.2.0
7
OpenAIAuth>=0.3.2
0 commit comments