You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,11 +74,11 @@ English | [Indonesia](README_IN.md) | [简体中文](README_ZH.md)
74
74
75
75
</div>
76
76
77
-
## Offline/Self-hosted model is now supported
77
+
## News
78
78
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.
80
80
81
-
See https://github.com/josStorer/selfhostedAI
81
+
- Offline/Self-hosted model (llama.cpp, ChatGLM) is now supported, See https://github.com/josStorer/selfhostedAI
0 commit comments