Skip to content

Commit

Permalink
UPDATED:NOW CHAT GPT CAN MEMORIZE PREVIOUS CHAT HISTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinsenal0x64 committed Jun 13, 2023
1 parent de41a41 commit 01cb46f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)))


0 comments on commit 01cb46f

Please sign in to comment.