Skip to content

Commit 328ddf6

Browse files
feat: 预发
1 parent 6804441 commit 328ddf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/utils/globals.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ def set_comfyui_copilot_api_key(api_key: str) -> None:
9999
_global_state.set('comfyui_copilot_api_key', api_key)
100100

101101

102-
BACKEND_BASE_URL = os.getenv("BACKEND_BASE_URL", "https://comfyui-copilot-server.onrender.com")
102+
BACKEND_BASE_URL = os.getenv("BACKEND_BASE_URL", "https://comfyui-copilot-server-pre.onrender.com")
103103
LMSTUDIO_DEFAULT_BASE_URL = "http://localhost:1234/v1"
104104
WORKFLOW_MODEL_NAME = os.getenv("WORKFLOW_MODEL_NAME", "us.anthropic.claude-sonnet-4-20250514-v1:0")
105105
# WORKFLOW_MODEL_NAME = "gpt-5-2025-08-07-GlobalStandard"
106-
LLM_DEFAULT_BASE_URL = "https://comfyui-copilot-server.onrender.com/v1"
106+
LLM_DEFAULT_BASE_URL = "https://comfyui-copilot-server-pre.onrender.com/v1"
107107

108108
# LLM-related env defaults (used as fallback when request config does not provide values)
109109
OPENAI_API_KEY = os.getenv("CC_OPENAI_API_KEY") or None

0 commit comments

Comments
 (0)