From aa9005e2db5a39c0358f18bfe154d1ae40e47bcd Mon Sep 17 00:00:00 2001 From: tisfeng Date: Wed, 1 May 2024 01:29:48 +0800 Subject: [PATCH] docs: update README --- README.md | 6 +++--- README_EN.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 792e51021..5ef54e342 100644 --- a/README.md +++ b/README.md @@ -408,7 +408,7 @@ easydict://writeKeyValue?EZCustomOpenAIEndPointKey=xxx // 设置使用模型,例如 gpt-3.5-turbo easydict://writeKeyValue?EZCustomOpenAIModelKey=xxx -// 设置服务查询模式,0 默认,1 总是关闭,2 总是开启 +// 设置服务查询模式,0 默认,1 始终关闭,2 始终开启 easydict://writeKeyValue?EZCustomOpenAIServiceUsageStatusKey=xxx ``` @@ -416,8 +416,6 @@ easydict://writeKeyValue?EZCustomOpenAIServiceUsageStatusKey=xxx 目前部分 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/) @@ -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)免费获取。 diff --git a/README_EN.md b/README_EN.md index 531aceccc..eb0779f6f 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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/) @@ -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).