Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage block of README is obsolete #10

Closed
grayskripko opened this issue May 14, 2023 · 1 comment
Closed

Usage block of README is obsolete #10

grayskripko opened this issue May 14, 2023 · 1 comment

Comments

@grayskripko
Copy link

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

The last line should be

chatgpt = ChatGPT_Client(YOUR_USERNAME, YOUR_PASSWORD)
@grayskripko grayskripko changed the title Usage block of README is not relevant Usage block of README is obsolete May 14, 2023
@ugorsahin
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants