...
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-17 15:59:35 +08:00
parent 22a0cf46fb
commit 0bf3b718b2
35 changed files with 204 additions and 841 deletions

View File

@@ -1,6 +1,6 @@
"use server";
import { getLLMAnswer } from "../ai";
import { getLLMAnswer } from "./ai";
export const genIPA = async (text: string) => {
return (