mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-06 11:28:38 +08:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
|
|
export interface ApiKeyPostBody {
|
||
|
|
api_key: string;
|
||
|
|
base_url: string;
|
||
|
|
group_id?: string;
|
||
|
|
}
|