This commit is contained in:
hailin 2025-06-25 18:05:05 +08:00
parent 1a37e37f13
commit 7d70c45db8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
//import { getRuntimeEnv } from "@/lib/ipconfig"
//import { getRuntimeEnv } from "@/lib/get-runtime-env" // ✅ 新路径
import { getServerRuntimeUrl } from "@/lib/runtime-url"
import { getServerRuntimeUrl } from "@/lib/lib/runtime-url"
export async function generateBgeM3Embedding(text: string): Promise<number[] | null> {
try {