diff options
author | Ulan Aitbay <69082498+enganese@users.noreply.github.com> | 2023-05-26 16:31:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 16:31:22 +0200 |
commit | 30cb7079035b4f8a8b5e632d624a71137e40c8ae (patch) | |
tree | 55eb926a93fa471e3ab2d95f75edc6b98f862de5 | |
parent | Fixed entire usesless (huge update) (diff) | |
download | gpt4free-30cb7079035b4f8a8b5e632d624a71137e40c8ae.tar gpt4free-30cb7079035b4f8a8b5e632d624a71137e40c8ae.tar.gz gpt4free-30cb7079035b4f8a8b5e632d624a71137e40c8ae.tar.bz2 gpt4free-30cb7079035b4f8a8b5e632d624a71137e40c8ae.tar.lz gpt4free-30cb7079035b4f8a8b5e632d624a71137e40c8ae.tar.xz gpt4free-30cb7079035b4f8a8b5e632d624a71137e40c8ae.tar.zst gpt4free-30cb7079035b4f8a8b5e632d624a71137e40c8ae.zip |
-rw-r--r-- | gpt4free/usesless/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
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` <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 @@ -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 |