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>
|
### 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
|
```python
|
||||||
import usesless
|
import usesless
|
||||||
|
|
||||||
usesless.Account.create(logging=True)
|
usesless.Account.create(logging=True)
|
||||||
|
```
|
||||||
````
|
|
||||||
|
|
||||||
### completion
|
### completion
|
||||||
<p>insert token from account.txt</p>
|
<p>insert token from account.txt</p>
|
||||||
@ -29,4 +28,4 @@ while True:
|
|||||||
|
|
||||||
print(f"Answer: {req['text']}")
|
print(f"Answer: {req['text']}")
|
||||||
message_id = req["id"]
|
message_id = req["id"]
|
||||||
````
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user