feat: support gpt-5.4-mini and gpt-5.4-nano

This commit is contained in:
zhayujie
2026-03-18 14:55:29 +08:00
parent 9c966c152d
commit dc2ae0e6f1
6 changed files with 11 additions and 5 deletions

View File

@@ -602,6 +602,9 @@ def build_website_prompt(workspace_dir: str) -> list:
]
def start(channel, channel_mgr=None):
if not get_deployment_id():
return
global chat_client
chat_client = CloudClient(api_key=conf().get("linkai_api_key"), host=conf().get("cloud_host", ""), channel=channel)
chat_client.channel_mgr = channel_mgr