This commit is contained in:
zchengrong@yeah.net
2025-10-24 05:19:08 +00:00
parent dc02022da3
commit 62dec64a0a
6 changed files with 21 additions and 8 deletions

View File

@@ -23,4 +23,4 @@ if __name__ == "__main__":
chat_boot_api = LCChatBot(enable_async=True, stream=True, api_path='/api/v1/chatbot')
agent_api = LCAgent(enable_async=True, api_path='/api/v1/agent')
server = ls.LitServer([chat_boot_api, agent_api])
server.run(port=8001)
server.run(port=8000)