From 2dc4900db7c528fc7c972c0c0522ab43b6487f3b Mon Sep 17 00:00:00 2001 From: ezerinz Date: Sun, 21 May 2023 19:34:28 +0800 Subject: Update readme --- gpt4free/usesless/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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"] -```` +``` -- cgit v1.2.3