Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
enganese authored May 26, 2023
1 parent 7e1a0d1 commit 30cb707
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gpt4free/usesless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ai.usesless.com

### Example: `usesless` <a name="example-usesless"></a>

### token generation
<p>this will create account.txt that contains mail and token</p>
### Token generation
<p>This will create account.json that contains email and token in json</p>

```python
from gpt4free import usesless
Expand All @@ -13,8 +13,8 @@ token = usesless.Account.create(logging=True)
print(token)
```

### completion
<p>insert token from account.txt</p>
### Completion
<p>Insert token from account.json</p>

```python
import usesless
Expand Down

0 comments on commit 30cb707

Please sign in to comment.