Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ezerinz committed May 21, 2023
1 parent daff422 commit 2dc4900
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions gpt4free/usesless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -29,4 +28,4 @@ while True:

print(f"Answer: {req['text']}")
message_id = req["id"]
````
```

0 comments on commit 2dc4900

Please sign in to comment.