tencentcloud-sdk-ccc 3.0.927 → 3.0.928

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a0cc4778430cf840e26317c3bd799cc45e34335
4
- data.tar.gz: 2af55dbe6e0b1654d8ccb92c3c9da621273684f6
3
+ metadata.gz: 95ab639c1d193a8f952c804ae8d1b4cd6242bbd8
4
+ data.tar.gz: 2b77f3589f7eeb61ba8576fc423242e3de09f036
5
5
  SHA512:
6
- metadata.gz: 2105e98c845afce824ca5bf766aaf74259080164104ecb2fc66bdfcc4fc5fd2ed9be87f7dcb364f50a596761b887de86e53c5c091621c8553311ac926c8467fa
7
- data.tar.gz: ba8dc15989c3e8c6e7d00cd8cb5d13dcfe843c7115dcbb624605d1673540c35648adb418180bb95e92556317a210f9047c02ab72e9bbbd381669a84dcee8547e
6
+ metadata.gz: 78930d3405369510e0eccae90373e6afdac2a3c98f94d681533f3fed1770f51f858f9153feea728a003ec64baf067b20da3840388664c23283bfd1d6a3325c82
7
+ data.tar.gz: b5c2ed293b92af6eafc4794d0a2eac3e5086e0344a4500367796f70e4b74142e844c0e8ec4362ef7af19fb7ddc9a2244b9e6fbaeb512c376c5c98da2b9858a19
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.927
1
+ 3.0.928
@@ -661,12 +661,16 @@ module TencentCloud
661
661
  # @param SystemPrompt: 用于设定AI座席人设、说话规则、任务等的全局提示词。
662
662
  # @type SystemPrompt: String
663
663
  # @param LLMType: LLM类型
664
+ # 目前有两种
665
+ # openai(兼容openai协议的模型)
666
+ # azure
664
667
  # @type LLMType: String
665
668
  # @param Model: 模型(当前仅支持openai协议的模型)
666
669
  # @type Model: String
667
670
  # @param APIKey: API密钥
668
671
  # @type APIKey: String
669
- # @param APIUrl: API URL,仅支持兼容openai协议的模型,填写url时后缀不要带/chat/completions
672
+ # @param APIUrl: API URL,仅支持兼容openai协议的模型,填写url时后缀不要带/chat/completions
673
+ # llmType为azure时,URL填写格式需为:https://{your-resource-name}.openai.azure.com?api-version={api-version},填写url时后缀不要带/openai/deployments/{deployment-id}/chat/completions,系统会自动帮你填充后缀
670
674
  # @type APIUrl: String
671
675
  # @param VoiceType: 音色,目前仅支持以下音色:
672
676
  # 汉语:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ccc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.927
4
+ version: 3.0.928
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common