微信小程序wx.getInferenceEnvInfo 获取通用AI推理引擎版本API

追格_咖小啡/ 1天前/ 小程序/ 浏览 85

wx.getInferenceEnvInfo为微信小程序获取通用AI推理引擎版本API。


小程序AI使用指南
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/inference/tutorial.html





示例代码:


// 获取通用AI推理引擎版本
wx.getInferenceEnvInfo({
      complete: (res) => {
        console.log(res.ver)
        console.log(res.errMsg)
      },
})


发表评论

暂无评论,抢个沙发...

客服 工单