销售助手 python
Go to file
2026-06-23 17:21:48 +08:00
.idea 初始化项目,完整业务代码提交 2026-06-15 09:27:28 +08:00
app update 2026-06-23 17:21:48 +08:00
conf 优化 2026-06-15 16:15:46 +08:00
.gitignore 提交 2026-06-15 12:22:21 +08:00
main.py 测试 2026-06-15 10:08:28 +08:00
pyproject.toml 增加qa总结&qa总结数据清洗 2026-06-18 15:57:53 +08:00
readme update 2026-06-23 17:21:48 +08:00
uv.lock 增加qa总结&qa总结数据清洗 2026-06-18 15:57:53 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

  启动nohup uvicorn app.uvicorn_main:app --host 0.0.0.0 --port 8000 --workers 4 > uvicorn.log 2>&1 &
  打包py package.py
  同步库+虚拟环境uv sync