bugfix
This commit is contained in:
parent
abe75b23b7
commit
69ce1595c3
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user