Files
mkdocs/docs/Obsidian笔记体系/Projects/提示词大师/提示词大师.md
renjianbo bd061318d6 1
2026-03-01 22:32:58 +08:00

25 lines
593 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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.
提示词大师服务已按文档成功启动。
- 日志:已出现 [INFO] in base: 应用启动
- 进程Gunicorn 主进程 + 多个 workerrun_dev:appconda 环境 myenv已在运行
访问地址(文档中的):
- 主页http://101.43.95.130:5002/
- 饭菜规划http://101.43.95.130:5002/meal-planning
- 古诗词解析http://101.43.95.130:5002/poetry/
- 后台管理http://101.43.95.130:5002/admin
服务在后台运行,如需停止可按文档执行:
- kill -TERM $(cat logs/gunicorn.pid)(有 PID 文件时)
- pkill -f "run_dev:app"