XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update readme

2dc4900d
ezerinz <edwinnnzx@gmail.com>
提交于

代码差异

1 个文件 +4 -5
Modified gpt4free/usesless/README.md +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 ```