feat:重试和失败均通知前端

This commit is contained in:
zcr
2025-12-24 11:30:11 +08:00
parent 7a1496aeb7
commit 8ccf899441
5 changed files with 38 additions and 16 deletions

View File

@@ -27,4 +27,4 @@ if __name__ == "__main__":
agent_api = LCAgent(enable_async=True, api_path='/api/v1/agent')
reface_api = ReFace(api_path='/api/v1/reface')
server = ls.LitServer([chat_boot_api, agent_api, reface_api])
server.run(port=8000)
server.run(port=settings.SERVE_PROD)