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'