ugorsahin/TalkingHeads

Usage block of README is obsolete

Closed this issue · 1 comments

from chatgpt_automation import ChatGPT_Client
chatgpt = Handler(YOUR_USERNAME, YOUR_PASSWORD)

The last line should be

chatgpt = ChatGPT_Client(YOUR_USERNAME, YOUR_PASSWORD)

Thank you for your feedback. The README fixed now. 681e2e5