import llm from "../utils/llm" const userInput = "下个月份的活动" llm.timeParser(userInput, "localTest").then(console.log)