terry3041 / pyChatGPT

An unofficial Python wrapper for OpenAI's ChatGPT API
GNU General Public License v3.0
1.35k stars 255 forks source link

bug fix & code modify & feature #69

Closed DevRoss closed 1 year ago

DevRoss commented 1 year ago

bug fixing:

  1. 59

  2. cookies setting bug fix login

code modify:

  1. method extraction for __check_capacity, __check_and_dismiss_intro and __check_and_dismiss_alert
  2. screenshot when reset_conversation failed

feature:

  1. add clear_conversation
  2. refresh_chat_page
terry3041 commented 1 year ago

Nice one here. I don't see any problems.

terry3041 commented 1 year ago

I will rename clear_conversation to clear_conversations btw.