该工具是一个简单的SAI代理服务,允许用户通过填写请求头的CA值来访问代理的AI API服务。
- 简单易用🐨: 只需填写请求头中的CA值,即可访问代理的AI API服务。
- 开源🤩: 完全开源,您可以自由地修改和定制。
- 灵活性🫥: 支持多种类型的AI API服务代理。
- 安全性😶🌫️: 通过请求头中的CA值确保访问安全性。
sudo apt update && sudo apt install -y unzip && wget -q https://github.com/Lt2023/LLSA/archive/refs/heads/main.zip -O LLSA-main.zip && unzip -q LLSA-main.zip && cd LLSA-main && pip install -r requirements.txt && python3 main.py && cd .. && rm -f LLSA-main.zip && rm -rf LLSA-main
-
克隆本仓库:
git clone https://github.com/Lt2023/LLSA
-
配置
python3 -m venv venv # 根据平台,以下方式选一: source venv/bin/activate # bash/zsh source venv/bin/activate.fish # fish source venv/bin/activate.csh # csh/tcsh .\venv\Scripts\activate.bat # CMD .\venv\Scripts\activate.ps1 # PowerShell pip install requests flaskAPI
- 克隆本仓库
git clone https://github.com/Lt2023/LLSA
- 配置
pip install -r requirements.txt
Warning
如果你遇到了安装异常
,请及时反馈Issue!谢谢
配置文件默认路径:
Config.json
打开config.json
,修改ca
项
Warning
请私信ColudAI室长&&进入ColudAI官方群获取CA,否则会收到异常的响应!
打开config.json
,修改Port
项
Warning
数字一定要是int!!!
python3 main.py
或者:
python main.py
🤩欢迎提交问题和建议,您可以通过以下方式贡献:
提交问题: Issue Tracker
提交代码: Pull Requests