白嫖AI大模型,让调测更逼真
·
生产AI大模型,让开发调测更逼真。
已支持大模型:百度AI大模型-DeepSeek-R1
技术栈
* Python3.9、Flask。
## 团队产品
https://www.webusi.net
## 使用方法
前提条件:已安装python3.9+
git clone https://gitee.com/webusi/openai.git
cd openai
python -m venv openai
source openai/bin/activate
pip install -r requirements.txt
python api.py
启动结果:
* Running on http://127.0.0.1:5000
调用接口:
curl --location --request POST 'http://127.0.0.1:5000/ai' \
--header 'Content-Type: application/json' \
--data-raw '{"text": "查询今年参加高考人数,只需要输出文本"}'
## 更新日志
### 0.0.1 2025-10-08
1. 百度AI大模型: DeepSeek-R1
更多推荐


所有评论(0)