Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yinan-c authored May 31, 2023
1 parent eb96949 commit 4661aa4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Alfred Translate-It

An Alfred 5 workflow to translate text from any source to any target, using OpenAI, DeepL, Google, Bing, Baidu and Youdao. This workflow also support [Universal Actions](https://www.alfredapp.com/universal-actions/).
An Alfred 5 workflow to translate text using OpenAI, DeepL, Google, Bing, Baidu and Youdao. This workflow also support [Universal Actions](https://www.alfredapp.com/universal-actions/).

~~**NOTE**: OpenAI model 'text-davinci-003' is used in translation.~~ (changed to gpt-3.5-turbo in v1.2)

Expand Down Expand Up @@ -31,9 +31,8 @@ python setup.py install
- For universal control, simple select any text and search for `translate`.

![](https://i.imgur.com/ANXHurD.png)
![](https://i.imgur.com/AZZOy2w.png)
![](https://i.imgur.com/XO0Ub0K.png)
![](https://i.imgur.com/ZyaL4O3.png)
![](https://i.imgur.com/yQu85NR.png)
![](https://i.imgur.com/tpAXeBo.png)

## Thanks
- Open-source project [UlionTse/translators](https://github.com/UlionTse/translators), a library which aims to bring free, multiple, enjoyable translation to individuals and students in Python.
Expand Down

0 comments on commit 4661aa4

Please sign in to comment.