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...
07f3c69
ragflow
/
sdk
/
python
/
test
/
common.py
liuhua
Add test for API (#3134)
24da205
4 months ago
raw
Copy download link
history
blame
Safe
73 Bytes
import
os
HOST_ADDRESS=os.getenv(
'HOST_ADDRESS'
,
'http://127.0.0.1:9380'
)