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