Skip to content

Commit a19e029

Browse files
committed
update readme
1 parent 92d2589 commit a19e029

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ English | [Indonesia](README_IN.md) | [简体中文](README_ZH.md)
7474

7575
</div>
7676

77-
## Offline/Self-hosted model is now supported
77+
## News
7878

79-
[New] llama.cpp is now supported
79+
- This extension does **not** collect your data. You can verify it by conducting a global search for `fetch(` and `XMLHttpRequest(` in the code to find all network request calls. The amount of code is not much, so it's easy to do that.
8080

81-
See https://github.com/josStorer/selfhostedAI
81+
- Offline/Self-hosted model (llama.cpp, ChatGLM) is now supported, See https://github.com/josStorer/selfhostedAI
8282

8383
## ✨ Features
8484

README_ZH.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@
7474

7575
</div>
7676

77+
## 新闻
78+
79+
- 这个扩展程序不收集你的数据, 你可以通过对代码全局搜索 `fetch(``XMLHttpRequest(` 找到所有的网络请求调用. 代码量不多, 所以很容易验证.
80+
81+
- 离线/自托管模型 (llama.cpp, ChatGLM) 现已支持, 查看 https://github.com/josStorer/selfhostedAI
82+
7783
## 离线/自托管模型现已支持
7884

7985
[新动态] llama.cpp 现已受支持

0 commit comments

Comments
 (0)