diff --git a/gpt4free/usesless/README.md b/gpt4free/usesless/README.md index afe6c9c7..426314cb 100644 --- a/gpt4free/usesless/README.md +++ b/gpt4free/usesless/README.md @@ -2,15 +2,14 @@ ai.usesless.com ### Example: `usesless` -### create account +### token generation +

this will create account.txt that contains mail and token

-

create account first, this will create account.txt that contains mail and token

```python import usesless usesless.Account.create(logging=True) - -```` +``` ### completion

insert token from account.txt

@@ -29,4 +28,4 @@ while True: print(f"Answer: {req['text']}") message_id = req["id"] -```` +```