tencentcloud-sdk-ccc 3.0.926 → 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: 51d0f544a963694ba116ecc6c4e35e7fd278074e
4
- data.tar.gz: d14bdd255a07f5db77b29db34375a683836f640e
3
+ metadata.gz: 95ab639c1d193a8f952c804ae8d1b4cd6242bbd8
4
+ data.tar.gz: 2b77f3589f7eeb61ba8576fc423242e3de09f036
5
5
  SHA512:
6
- metadata.gz: a2372be5321b070d19f8a46f016de84f3b90aec5cf7c829b984e18c77fb3efc6fbffac5a1d8c1e1d8046856efb8a0bf38511a695a3a4e23f62dcf96f3949a66a
7
- data.tar.gz: 527c9470552f53ae83eda7ede0eb78023c227a1c813c3c246e022ac153b2fa208b13c1b018b23cbef533fbeab5e49d672543fb3e40d665f719fe27f683efa382
6
+ metadata.gz: 78930d3405369510e0eccae90373e6afdac2a3c98f94d681533f3fed1770f51f858f9153feea728a003ec64baf067b20da3840388664c23283bfd1d6a3325c82
7
+ data.tar.gz: b5c2ed293b92af6eafc4794d0a2eac3e5086e0344a4500367796f70e4b74142e844c0e8ec4362ef7af19fb7ddc9a2244b9e6fbaeb512c376c5c98da2b9858a19
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.926
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.926
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