1.获取文心一言的api key
这个地址然后
点击 创建API key就可以了
然后先用postman测试一下
https://wenxin.baidu.com/moduleApi/portal/api/oauth/token
client_credentials
application/x-www-form-urlencoded
注意
这里的参数grant_type这个是client_credentials是固定的,然后
Content-Type也按照上面写上
然后
看返回的内容 ,这个返回的data要记住.文章来源:https://www.toymoban.com/news/detail-513875.html
然后再去访问:文章来源地址https://www.toymoban.com/news/detail-513875.html
https://wenxin.baidu.com/moduleApi/portal/api/rest/1.0/ernie/3.0.25/zeus
{
"access_token": "24.edab0fc1353d910df8c1d
到了这里,关于对接百度文心一言API---人工智能工作笔记0039的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!