chore: 修改Langfuse链路
All checks were successful
Egg Server MIflow / build-image (push) Successful in 51s

This commit is contained in:
zhaoyingbo 2024-09-26 09:17:43 +00:00
parent da5760800f
commit 9baaec4412

View File

@ -13,7 +13,7 @@ const getLangfuse = async () => {
const langfuseParams = {
publicKey: await db.appConfig.getLangfusePk(),
secretKey: await db.appConfig.getLangfuseSk(),
baseUrl: "https://langfuse.yingbo.im:333",
baseUrl: "http://langfuse.c5-cloudml.xiaomi.srv",
}
return {
langfuseHandler: new CallbackHandler(langfuseParams),