Skip to content

Commit 2dc4900

Browse files
committed
Update readme
1 parent daff422 commit 2dc4900

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

gpt4free/usesless/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ ai.usesless.com
22

33
### Example: `usesless` <a name="example-usesless"></a>
44

5-
### create account
5+
### token generation
6+
<p>this will create account.txt that contains mail and token</p>
67

7-
<p>create account first, this will create account.txt that contains mail and token</p>
88
```python
99
import usesless
1010

1111
usesless.Account.create(logging=True)
12-
13-
````
12+
```
1413

1514
### completion
1615
<p>insert token from account.txt</p>
@@ -29,4 +28,4 @@ while True:
2928

3029
print(f"Answer: {req['text']}")
3130
message_id = req["id"]
32-
````
31+
```

0 commit comments

Comments
 (0)