Skip to content

Commit

Permalink
Update README.md 1500 chars instead of 5000 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreemt committed Aug 13, 2023
1 parent 23c85c3 commit 4f369ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ print(resp.json())
```

### NB
* Text longer than 1500 characters will be trimmed to 1500. This is what the `deepl.com` webpage can handle (used to be 5000).
* Text longer than 1500 characters will be trimmed to 1500. This is what the `deepl.com` webpage can handle (used to be 5000 characters).
* The package `deepl-fastapi-pw` is in essence a browser from your local IP (although a proxy can be used, refer to get-pwbroser's doc for setting up). Hence if you send too many requests too frequently, your IP may be blocked by `deepl.com` temporarily, which of course will also disable `deepl-fastapi-pw`.

## Interactive Docs (Swagger UI)
Expand Down

0 comments on commit 4f369ca

Please sign in to comment.