Skip to content

Commit ca75814

Browse files
committed
Update mock_server.py
1 parent e542e22 commit ca75814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mock_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
)
2525
logger = logging.getLogger("DeepSeekProxy")
2626

27-
SILICON_FLOW_BASE_URL = "https://api.siliconflow.cn/v1"
27+
SILICON_FLOW_BASE_URL = os.getenv("SILICON_FLOW_BASE_URL", "https://api.siliconflow.cn/v1")
2828
SILICON_FLOW_API_KEY = os.getenv("SILICON_FLOW_API_KEY")
2929

3030
MODEL_MAPPING = {

0 commit comments

Comments
 (0)