mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-11 06:05:45 +08:00
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
|
|
export interface ISetLangfuseConfigRequestBody {
|
||
|
|
secret_key: string;
|
||
|
|
public_key: string;
|
||
|
|
host: string;
|
||
|
|
}
|