Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6fd4084
ragflow
/
web
/
src
/
pages
/
user-setting
/
interface.ts
balibabu
fix: add group id field to ApiKeyModal #1353 (#1540)
8102819
7 months ago
raw
Copy download link
history
blame
Safe
96 Bytes
export
interface
ApiKeyPostBody
{
api_key
:
string
;
base_url
:
string
;
group_id?:
string
;
}