This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use server";
|
||||
|
||||
import { getLLMAnswer } from "../ai";
|
||||
import { getLLMAnswer } from "./ai";
|
||||
|
||||
export const genIPA = async (text: string) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user