File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
103103LMSTUDIO_DEFAULT_BASE_URL = "http://localhost:1234/v1"
104104WORKFLOW_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)
109109OPENAI_API_KEY = os .getenv ("CC_OPENAI_API_KEY" ) or None
You can’t perform that action at this time.
0 commit comments