Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Update README.md sample #42

Merged
merged 1 commit into from
Jun 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Fetch access tokens for chat.openai.com
```py
from OpenAIAuth import Auth0
auth = Auth0(email="[email protected]", password="example_password")
access_token = auth.auth()
access_token = auth.get_access_token()
```

## Go version
Expand Down