自定义连接器
自定义Open AI Whisper连接器实现录音转文字
- 在PowerApps左侧导航栏点击
Custom connectors
- 右上角点击
Create from blank
创建新的自定义连接器 - 设置
General
页面
1 | Scheme: |
- 设置
Security
页面, OpenAI的认证方式为API Key
,设置Authentication type
为API Key
1 | Parameter label: |
- 设置
Definition
页面 - 点击
New action
创建新的操作, 设置如下参数
1 | Summary: |
- 设置
Request
, 点击Import from sample
, 设置如下
1 | Verb: |
- 设置
Response
, 点击Import from sample
, 设置如下
1 | { |
- 点击
Swagger Editor
,将下面的代码复制粘贴
1 | swagger: '2.0' |
Code(Preview)
不作操作,点击下一步- 点击
Test
创建新的连接测试。