Metadata-Version: 2.4
Name: llmada
Version: 0.1.10
Summary: 提升了系统
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.115.12
Requires-Dist: google-genai>=1.13.0
Requires-Dist: llama-index>=0.12.28
Requires-Dist: openai>=1.70.0
Requires-Dist: pytest>=8.3.5
Requires-Dist: pytest-html>=4.1.1
Requires-Dist: pytest-lazy-fixture>=0.6.3
Requires-Dist: python-dotenv>=1.1.0
Requires-Dist: setuptools>=78.1.0
Requires-Dist: sse-starlette>=2.3.3
Requires-Dist: uvicorn>=0.34.2
Requires-Dist: volcengine-python-sdk[ark]>=1.1.3

# llmada
一个方便使用各种LLM api的工具


## 常规操作

### 导出环境
```
uv export --format requirements-txt > requirements.txt
```
### 更新文档
```
mkdocs serve # 预览
mkdocs gh-deploy -d ../.temp # 同步到github网站
```
### 发布
```
uv build
uv publish
```
### 运行测试并同步到测试服务
```
bash run_test.sh
```
