Skip to content

Commit

Permalink
added deepl(x) documentations for README
Browse files Browse the repository at this point in the history
  • Loading branch information
littleblack111 committed Jul 6, 2024
1 parent 523b014 commit 467b3c1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,17 @@ ALLOWED_USERS="xx@example.com,yy@example.com"

The email addresses are the Raycast user email addresses, separated by commas.

#### 7. Use deepl(x) as Translation Service

If you want to use deepl(x) as the translation service and not the default OPENAI, you can set the `DEEPL_API_KEY` environment variable.

```env
TRANSLATION_MODEL=deeplx
DEEPLX_API_TOKEN=<your deeplx api key>
DEEPLX_BASE_URL=<your deeplx hosted url>
```


### Notes

1. DNS Designation
Expand Down

0 comments on commit 467b3c1

Please sign in to comment.