From 509ca62c0f94962426af98be91c184ed0975bf17 Mon Sep 17 00:00:00 2001 From: ThinkStu <91378285+Bistutu@users.noreply.github.com> Date: Sun, 18 Feb 2024 20:55:13 +0800 Subject: [PATCH] fix README --- FluentRead.js | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FluentRead.js b/FluentRead.js index 01b0f5d..0334f5b 100644 --- a/FluentRead.js +++ b/FluentRead.js @@ -783,8 +783,8 @@ function translate(node) { clearTimeout(timeout) // 取消超时 spinner.remove() // 移除 spinner - console.log("翻译前的句子:", origin); - console.log("翻译后的句子:", text); + // console.log("翻译前的句子:", origin); + // console.log("翻译后的句子:", text); if (!text || origin === text) return; diff --git a/README.md b/README.md index 8123aee..4be1bdb 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ 3. 支持常见国外或国产AI大模型,如: - [chatGPT](https://platform.openai.com/)、[通义千问](https://dashscope.console.aliyun.com/overview)、[智谱清言](https://open.bigmodel.cn/)、[文心一言](https://cloud.baidu.com/wenxin.html)、[moonshot](https://www.moonshot.cn/) + [chatGPT](https://platform.openai.com/)、[Gemini](https://gemini.google.com/)、[通义千问](https://dashscope.console.aliyun.com/overview)、[智谱清言](https://open.bigmodel.cn/)、[文心一言](https://cloud.baidu.com/wenxin.html)、[moonshot](https://www.moonshot.cn/) 4. 支持 chatGPT 自定义 API 接口地址,支持使用国内代理访问