1. 03 Jan, 2023 3 commits
  2. 02 Jan, 2023 4 commits
  3. 01 Jan, 2023 6 commits
  4. 30 Dec, 2022 1 commit
  5. 29 Dec, 2022 9 commits
  6. 28 Dec, 2022 4 commits
  7. 27 Dec, 2022 5 commits
  8. 26 Dec, 2022 3 commits
  9. 25 Dec, 2022 5 commits
    • RainEggplant's avatar
      Add RainEggplant/chatgpt-telegram-bot to readme.md · 0d4ace38
      RainEggplant authored
      This bot utilizes the latest API to bypass Cloudflare's security measures. Its features include:
      - Support for both private and group chats
      - Work in privacy mode (the bot can only see specific messages)
      - Authentication based on user and group IDs
      - Reset chat thread and refresh session with command
      - Typing indicator, Markdown formatting, ...
      - User-friendly logging
      0d4ace38
    • Skippy's avatar
      Fix double call to refreshSession() on 403 · bfa0a90a
      Skippy authored
      bfa0a90a
    • Skippy's avatar
      refreshSession() Info Logging · 1090fd8a
      Skippy authored
      1090fd8a
    • Skippy's avatar
      Fix for Failure to Retry request after 403 · 7dfea525
      Skippy authored
      While loop condition was not being satisfied due to result being set to a value (the OpenAI response), thus the (!result) condition was False.
      7dfea525
    • Skippy's avatar
      Improve refreshSession · 8b24a9e8
      Skippy authored
      Waiting for cloudflare cookie to be received which fixes the issue of non-authenticated false-postive due to the refreshSession() function returning while the CF anti-bot is still on-going
      8b24a9e8