mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-18 03:26:42 +08:00
### What problem does this PR solve? Feat: Move langfuse configuration to api page #6155 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -50,7 +50,6 @@ 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';
|
||||
@ -368,7 +367,6 @@ const UserSettingModel = () => {
|
||||
|
||||
return (
|
||||
<section id="xx" className="w-full space-y-6">
|
||||
<LangfuseCard></LangfuseCard>
|
||||
<Spin spinning={loading}>
|
||||
<section className={styles.modelContainer}>
|
||||
<SettingTitle
|
||||
|
||||
Reference in New Issue
Block a user