summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorezerinz <edwinnnzx@gmail.com>2023-05-21 13:34:28 +0200
committerezerinz <edwinnnzx@gmail.com>2023-05-21 13:34:28 +0200
commit2dc4900db7c528fc7c972c0c0522ab43b6487f3b (patch)
tree4cd1e4eea73cb963046bab903448058558ea513a
parentMerge branch 'main' of https://github.com/ezerinz/gpt4free (diff)
downloadgpt4free-2dc4900db7c528fc7c972c0c0522ab43b6487f3b.tar
gpt4free-2dc4900db7c528fc7c972c0c0522ab43b6487f3b.tar.gz
gpt4free-2dc4900db7c528fc7c972c0c0522ab43b6487f3b.tar.bz2
gpt4free-2dc4900db7c528fc7c972c0c0522ab43b6487f3b.tar.lz
gpt4free-2dc4900db7c528fc7c972c0c0522ab43b6487f3b.tar.xz
gpt4free-2dc4900db7c528fc7c972c0c0522ab43b6487f3b.tar.zst
gpt4free-2dc4900db7c528fc7c972c0c0522ab43b6487f3b.zip
-rw-r--r--gpt4free/usesless/README.md9
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"]
-````
+```