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