返回提交历史
Modified
gpt4free/usesless/README.md
+4
-5
XFEstudio/gpt4free
Update readme
2dc4900d
代码差异
1 个文件
+4
-5
@@ -2,15 +2,14 @@ ai.usesless.com
2
2
3
3
### Example: `usesless` <a name="example-usesless"></a>
4
4
5
### create account
5
### token generation
6
<p>this will create account.txt that contains mail and token</p>
6
7
7
<p>create account first, this will create account.txt that contains mail and token</p>
8
8
```python
9
9
import usesless
10
10
11
11
usesless.Account.create(logging=True)
12
13
````
12
```
14
13
15
14
### completion
16
15
<p>insert token from account.txt</p>
@@ -29,4 +28,4 @@ while True:
29
28
30
29
print(f"Answer: {req['text']}")
31
30
message_id = req["id"]
32
````
31
```