Feat: Add LangfuseCard component. #6155 (#6468)

### What problem does this PR solve?

Feat: Add LangfuseCard component. #6155

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-03-24 19:07:55 +08:00
committed by GitHub
parent 5e0a77df2b
commit 3c57a9986c
15 changed files with 431 additions and 8 deletions

View File

@ -49,6 +49,7 @@ import {
} from './hooks';
import HunyuanModal from './hunyuan-modal';
import styles from './index.less';
import { LangfuseCard } from './langfuse';
import OllamaModal from './ollama-modal';
import SparkModal from './spark-modal';
import SystemModelSettingModal from './system-model-setting-modal';
@ -358,7 +359,8 @@ const UserSettingModel = () => {
];
return (
<section id="xx" className={styles.modelWrapper}>
<section id="xx" className="w-full space-y-6">
<LangfuseCard></LangfuseCard>
<Spin spinning={loading}>
<section className={styles.modelContainer}>
<SettingTitle