Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Apr 30, 2024
1 parent 2103eaa commit aa9005e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,16 +408,14 @@ easydict://writeKeyValue?EZCustomOpenAIEndPointKey=xxx
// 设置使用模型,例如 gpt-3.5-turbo
easydict://writeKeyValue?EZCustomOpenAIModelKey=xxx

// 设置服务查询模式,0 默认,1 总是关闭,2 总是开启
// 设置服务查询模式,0 默认,1 始终关闭,2 始终开启
easydict://writeKeyValue?EZCustomOpenAIServiceUsageStatusKey=xxx
```

### 内置 AI 翻译

目前部分 LLM 服务厂商提供有限制的免费 AI 模型,例如 阿里的灵积模型服务 [DashScope](https://dashscope.console.aliyun.com/)[Groq](https://console.groq.com)[Google Gemini](https://aistudio.google.com/app/apikey) 等。

![](https://cdn.jsdelivr.net/gh/tisfeng/ImageBed@main/uPic/kCByY8.png)

为方便新用户尝鲜使用这些大模型 AI 翻译,我们添加了一个内置 AI 翻译服务,支持以下服务模型:

#### [DashScope](https://dashscope.console.aliyun.com/)
Expand All @@ -442,6 +440,8 @@ easydict://writeKeyValue?EZCustomOpenAIServiceUsageStatusKey=xxx

但请注意,上面这些内置的模型都有一定使用限制(主要是免费额度上的限制),我们不保证它们能一直稳定使用,建议用户还是使用 [one-api](https://github.com/songquanpeng/one-api) 搭建自己的大模型服务。

![](https://github.com/tisfeng/Easydict/assets/25194972/6272d9aa-ddf1-47fb-be02-646ebf244248)

### Gemini 翻译

[Gemini 翻译](https://gemini.google.com/) 需要 API key,可在官网[控制台](https://makersuite.google.com/app/apikey)免费获取。
Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,6 @@ easydict://writeKeyValue?EZCustomOpenAIServiceUsageStatusKey=xxx

Currently, some LLM service vendors provide free AI models with restrictions, such as Ali's Lingjian modeling service [DashScope](https://dashscope.console.aliyun.com/), [Groq](https://console.groq.com), [Google Gemini](https://aistudio.google.com/app/apikey), and so on.

![](https://cdn.jsdelivr.net/gh/tisfeng/ImageBed@main/uPic/kCByY8.png)

To make it easier for new users to get a taste of using these big model AI translations, we have added a built-in AI translation service that supports the following service models:

#### [DashScope](https://dashscope.console.aliyun.com/)
Expand All @@ -435,6 +433,8 @@ To make it easier for new users to get a taste of using these big model AI trans

However, please note that the above built-in models have some limitations (mainly on the free amount), we do not guarantee that they can be used stably all the time, and we recommend users to use [one-api](https://github.com/songquanpeng/one-api) to build their own big model service.

![](https://github.com/tisfeng/Easydict/assets/25194972/6272d9aa-ddf1-47fb-be02-646ebf244248)

### Gemini Translate ##

[Gemini Translation](https://gemini.google.com/) requires an API key, which can be obtained for free on the official website [Console](https://makersuite.google.com/app/apikey).
Expand Down

0 comments on commit aa9005e

Please sign in to comment.