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...
38b46ea
ragflow
/
sdk
/
python
/
test
/
test_sdk_api
/
common.py
liuhua
Add tests for frontend API (#3552)
8faf53b
3 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'
)