Skip to content

Commit af1016d

Browse files
feat: prod env
1 parent 43e0433 commit af1016d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/utils/globals.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Author: ai-business-hql [email protected]
33
Date: 2025-08-08 17:14:52
44
LastEditors: ai-business-hql [email protected]
5-
LastEditTime: 2025-08-22 11:31:24
5+
LastEditTime: 2025-08-25 17:41:14
66
FilePath: /comfyui_copilot/backend/utils/globals.py
77
Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
88
'''
@@ -91,7 +91,7 @@ def set_comfyui_copilot_api_key(api_key: str) -> None:
9191
_global_state.set('comfyui_copilot_api_key', api_key)
9292

9393

94-
BACKEND_BASE_URL = "https://comfyui-copilot-server-pre.onrender.com"
94+
BACKEND_BASE_URL = "https://comfyui-copilot-server.onrender.com"
9595
LMSTUDIO_DEFAULT_BASE_URL = "http://localhost:1234/v1"
9696
WORKFLOW_MODEL_NAME = "us.anthropic.claude-sonnet-4-20250514-v1:0"
9797
# WORKFLOW_MODEL_NAME = "gpt-5-2025-08-07-GlobalStandard"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "ComfyUI-Copilot"
33
description = "Your Intelligent Assistant for Comfy-UI."
4-
version = "2.0.3"
4+
version = "2.0.4"
55
license = {file = "LICENSE"}
66

77
[project.urls]

0 commit comments

Comments
 (0)