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