mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-10 05:14:48 +08:00
8 lines
143 B
TypeScript
8 lines
143 B
TypeScript
|
|
export interface ILangfuseConfig {
|
||
|
|
secret_key: string;
|
||
|
|
public_key: string;
|
||
|
|
host: string;
|
||
|
|
project_id: string;
|
||
|
|
project_name: string;
|
||
|
|
}
|