# 启动服务
python main.py

# 或者使用uvicorn命令
uvicorn main:app --host 0.0.0.0 --port 8000 --reload
