Update readme

This commit is contained in:
ezerinz 2023-05-21 19:34:28 +08:00
parent daff422dc0
commit 2dc4900db7
No known key found for this signature in database
GPG Key ID: 8713BDED6DE33C4D

View File

@ -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"]
````
```