From 01cb46f67eaf98661dd902919a90258dd2ecb880 Mon Sep 17 00:00:00 2001 From: jomatechs <127573781+sachinsenal0x64@users.noreply.github.com> Date: Tue, 13 Jun 2023 19:06:53 +0800 Subject: [PATCH] UPDATED:NOW CHAT GPT CAN MEMORIZE PREVIOUS CHAT HISTORY --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index 6b08e7d..5af8ea7 100644 --- a/main.py +++ b/main.py @@ -123,3 +123,5 @@ def chat_gpt(message): print('🟢 BOT IS ONLINE') bot.set_webhook(url=f'{host_url}/{telegram_token}') serve(main, host='0.0.0.0', port=int(os.environ.get('PORT', 6100))) + +