Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 47a38032a6 | |||
| b59931f357 | |||
| 1420b08a43 | |||
| cd5bdb5938 | |||
| 69ade8dcbb | |||
| 7926a5b51f | |||
| 26e0ed26e1 | |||
| edbaa9a257 | |||
| b2a0b66492 | |||
| 9202e4c202 | |||
| 38db7b0606 | |||
| 6e5b963b3f | |||
| a201b0356a | |||
| 71dd1d3aff | |||
| 55cc408881 | |||
| ca7527918d | |||
| 7f7f71a286 |
BIN
__pycache__/app.cpython-310.pyc
Normal file
BIN
__pycache__/app.cpython-310.pyc
Normal file
Binary file not shown.
30295
logs/app.log
30295
logs/app.log
File diff suppressed because it is too large
Load Diff
@@ -64,6 +64,19 @@
|
||||
"git_repo": "http://192.168.2.8:12007/coder/ai-chat-system",
|
||||
"version": "v2.5.4"
|
||||
},
|
||||
{
|
||||
"id": "ai-chat-app",
|
||||
"name": "AI Chat App",
|
||||
"type": "web",
|
||||
"ports": [19021],
|
||||
"directory": "works/ai-chat-app-new/backend",
|
||||
"start_cmd": "mkdir -p logs && nohup python3 app.py > logs/app.log 2>&1 & disown",
|
||||
"health_url": "http://localhost:19021/api/config",
|
||||
"description": "AI对话助手移动端应用,智能体对话、TTS语音、思考模式",
|
||||
"admin_url": "http://localhost:19021/admin",
|
||||
"git_repo": "http://192.168.2.8:12007/coder/ai-chat-app-v4",
|
||||
"version": "v3.15.1"
|
||||
},
|
||||
{
|
||||
"id": "product-crawler",
|
||||
"name": "产品参数爬取系统",
|
||||
|
||||
Reference in New Issue
Block a user