一个简单的基于 fast-api 的 llm 模板
- main.py 主程序
- app 业务逻辑
- log 日志
- tests 测试
langchain + openai
fastapi + uvicorn + poetry + uv
uv + poetry
下载 https://github.com/astral-sh/uv/releases
which uvuv venv
source .envrc
uv pip install -r uv.poetry.txt
uv pip install -r requirements.txt
python main.py