소스 검색

feat: add doubao audio token input prompt

feitianbubu 4 달 전
부모
커밋
8965fc49c9
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      web/src/components/table/channels/modals/EditChannelModal.jsx

+ 2 - 0
web/src/components/table/channels/modals/EditChannelModal.jsx

@@ -107,6 +107,8 @@ function type2secretPrompt(type) {
       return '按照如下格式输入:AppId|SecretId|SecretKey';
     case 33:
       return '按照如下格式输入:Ak|Sk|Region';
+    case 45:
+        return '请输入渠道对应的鉴权密钥, 豆包语音输入:AppId|AccessToken';
     case 50:
       return '按照如下格式输入: AccessKey|SecretKey, 如果上游是New API,则直接输ApiKey';
     case 51: