From 69ce1595c30b218b779f4831e60773369c67e06d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 16 Mar 2026 11:50:33 +0800 Subject: [PATCH] bugfix --- wwwroot/kboss/promote.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/kboss/promote.dspy b/wwwroot/kboss/promote.dspy index feb6399..6db516b 100644 --- a/wwwroot/kboss/promote.dspy +++ b/wwwroot/kboss/promote.dspy @@ -1,6 +1,6 @@ prompt = params_kw.prompt or "推荐部署千问3.5-16B大模型的主机" client_ip = request['client_ip'] -if client_ip not in ['180.76.115.73', '180.76.111.84']: +if client_ip not in ['180.76.115.73', '180.76.111.84', '219.232.8.90']: raise Exception(f'Client invalid({client_ip})') await remember_user('BDfl0Ts-sZp_UgRDGfDM4', 'sword', '0') url = 'https://dev.opencomputing.cn/product/get_ncmatch_publish_product_to_model.dspy'