# lingshang
**Repository Path**: ai_76/lingshang
## Basic Information
- **Project Name**: lingshang
- **Description**: 用ai来生成PPT吧
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: dev
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-02-18
- **Last Updated**: 2026-07-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
### AI 智能助手
## 运行
```angular2html
python .\run.py
```
#### 环境信息
- python版本 > 3.10
#### Host连接信息
| 名称 | 备注 | 地址 |
|----------|---------------|----------------------|
| mysql-db | 数据库连接 (> 5.7) | root
lingshang@123456 |
| redis-db | redis连接 | requirepass
Z3OvRFiTiKN@8*N18hKDF |
### 服务器信息
```
116.205.115.188
root
lingshang@123
```
### 启动
```angular2html
systemctl start bgb-user
```
### 更新表
```angular2html
alembic init alembic
alembic revision --autogenerate -m "Initial migration"
alembic upgrade head
```