diff --git a/gpt4free/usesless/README.md b/gpt4free/usesless/README.md index 43051ddc..7b2ea169 100644 --- a/gpt4free/usesless/README.md +++ b/gpt4free/usesless/README.md @@ -2,8 +2,8 @@ ai.usesless.com ### Example: `usesless` -### token generation -

this will create account.txt that contains mail and token

+### Token generation +

This will create account.json that contains email and token in json

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

insert token from account.txt

+### Completion +

Insert token from account.json

```python import usesless