Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Bistutu committed Feb 18, 2024
1 parent a2f3cd5 commit 509ca62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FluentRead.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 接口地址,支持使用国内代理访问

Expand Down

0 comments on commit 509ca62

Please sign in to comment.