Commit 9dd8c97a by 杨新年

更新推理平台配置信息

1 parent 5e884084
Showing with 7 additions and 0 deletions
......@@ -10,6 +10,13 @@ data:
'apiTestUrl': `${host}`,
'adminUrl': `${host}/admin/login`,
}
//推理平台
const inferenceHost = {
'baseUrl': `${host}/api/v1/inference`,
'adminUrl': `${host}/api/v1/admin/inference`,
}
const kplStream = 'kpl_stream'
kind: ConfigMap
metadata:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!