import llm from "../../utils/llm" const userInput = "你对刚才的问题怎么看" llm.timeParser(userInput, "localTest").then(console.log)