From 8577c4924d27d4444a2093c40d8b1486f5bf1c35 Mon Sep 17 00:00:00 2001 From: josc146 Date: Thu, 13 Apr 2023 20:52:44 +0800 Subject: [PATCH] update readme --- README.md | 4 +++- README_ZH.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4279606..e015ed9 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,9 @@ English | [Indonesia](README_IN.md) | [简体中文](README_ZH.md) - 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. -- Offline/Self-hosted model (llama.cpp, ChatGLM) is now supported, See https://github.com/josStorer/selfhostedAI +- You can set a free reverse proxy in the Advanced setting to bypass cloudflare: https://github.com/transitive-bullshit/chatgpt-api#reverse-proxy + +- Offline/Self-hosted model (llama.cpp, ChatGLM...) is now supported, See https://github.com/josStorer/selfhostedAI and https://github.com/l15y/wenda ## ✨ Features diff --git a/README_ZH.md b/README_ZH.md index 73612fc..7f9037a 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -78,6 +78,8 @@ - 这个扩展程序不收集你的数据, 你可以通过对代码全局搜索 `fetch(` 和 `XMLHttpRequest(` 找到所有的网络请求调用. 代码量不多, 所以很容易验证. +- 你可以通过这个链接获取免费的反向代理, 并在高级设置中填写来绕过cloudflare验证: https://github.com/transitive-bullshit/chatgpt-api#reverse-proxy + - 自定义模型, chatGLM-6B, chatRWKV, chatYuan支持, 查看 https://github.com/l15y/wenda, API兼容 - 三方API服务兼容, 查看 https://api2d.com/r/193934, 该服务并不是由我提供的, 但对于获取账号困难的用户可以考虑, 使用方法: https://github.com/josStorer/chatGPTBox/issues/166#issuecomment-1504704489