mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-05 00:01:00 +00:00
Update readme
This commit is contained in:
parent
daff422dc0
commit
2dc4900db7
@ -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"]
|
||||
````
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user