# openai
**Repository Path**: webusi/openai
## Basic Information
- **Project Name**: openai
- **Description**: 免费AI生产大模型,助力开发调测
- **Primary Language**: Python
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-10-08
- **Last Updated**: 2025-10-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
openai v0.0.1
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