From cf4120531b994c38cf63117b4db8d1991578198f Mon Sep 17 00:00:00 2001 From: josc146 Date: Sun, 9 Apr 2023 20:25:54 +0800 Subject: [PATCH] update readme --- README.md | 6 +++--- README_ZH.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e2273ed..4279606 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,11 @@ English | [Indonesia](README_IN.md) | [简体中文](README_ZH.md) -## Offline/Self-hosted model is now supported +## News - [New] llama.cpp is now supported +- 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. - See https://github.com/josStorer/selfhostedAI +- Offline/Self-hosted model (llama.cpp, ChatGLM) is now supported, See https://github.com/josStorer/selfhostedAI ## ✨ Features diff --git a/README_ZH.md b/README_ZH.md index cf04c49..8f7f5d1 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -74,6 +74,12 @@ +## 新闻 + +- 这个扩展程序不收集你的数据, 你可以通过对代码全局搜索 `fetch(` 和 `XMLHttpRequest(` 找到所有的网络请求调用. 代码量不多, 所以很容易验证. + +- 离线/自托管模型 (llama.cpp, ChatGLM) 现已支持, 查看 https://github.com/josStorer/selfhostedAI + ## 离线/自托管模型现已支持 [新动态] llama.cpp 现已受支持