We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e542e22 commit ca75814Copy full SHA for ca75814
tests/mock_server.py
@@ -24,7 +24,7 @@
24
)
25
logger = logging.getLogger("DeepSeekProxy")
26
27
-SILICON_FLOW_BASE_URL = "https://api.siliconflow.cn/v1"
+SILICON_FLOW_BASE_URL = os.getenv("SILICON_FLOW_BASE_URL", "https://api.siliconflow.cn/v1")
28
SILICON_FLOW_API_KEY = os.getenv("SILICON_FLOW_API_KEY")
29
30
MODEL_MAPPING = {
0 commit comments