1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user