mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-22 06:00:00 +08:00

### What problem does this PR solve? Add test for API ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn> Co-authored-by: Zhichang Yu <yuzhichang@gmail.com>
2 lines
73 B
Python
2 lines
73 B
Python
import os
|
|
HOST_ADDRESS=os.getenv('HOST_ADDRESS', 'http://127.0.0.1:9380') |