mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-05 00:01:00 +00:00
Update README.md
This commit is contained in:
parent
7e1a0d1f2e
commit
30cb707903
@ -2,8 +2,8 @@ ai.usesless.com
|
||||
|
||||
### Example: `usesless` <a name="example-usesless"></a>
|
||||
|
||||
### token generation
|
||||
<p>this will create account.txt that contains mail and token</p>
|
||||
### Token generation
|
||||
<p>This will create account.json that contains email and token in json</p>
|
||||
|
||||
```python
|
||||
from gpt4free import usesless
|
||||
@ -13,8 +13,8 @@ token = usesless.Account.create(logging=True)
|
||||
print(token)
|
||||
```
|
||||
|
||||
### completion
|
||||
<p>insert token from account.txt</p>
|
||||
### Completion
|
||||
<p>Insert token from account.json</p>
|
||||
|
||||
```python
|
||||
import usesless
|
||||
|
Loading…
Reference in New Issue
Block a user