diff options
-rw-r--r-- | gpt4free/usesless/README.md | 9 |
1 files 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` <a name="example-usesless"></a> -### create account +### token generation +<p>this will create account.txt that contains mail and token</p> -<p>create account first, this will create account.txt that contains mail and token</p> ```python import usesless usesless.Account.create(logging=True) - -```` +``` ### completion <p>insert token from account.txt</p> @@ -29,4 +28,4 @@ while True: print(f"Answer: {req['text']}") message_id = req["id"] -```` +``` |