tencentcloud-sdk-ccc 3.0.927 → 3.0.929

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: 27aec963cd3dc54b1b5d5bba6c7027356b265713
4
+ data.tar.gz: 734062e9b531f665ae29df861c747e189b3937b5
5
5
  SHA512:
6
- metadata.gz: 2105e98c845afce824ca5bf766aaf74259080164104ecb2fc66bdfcc4fc5fd2ed9be87f7dcb364f50a596761b887de86e53c5c091621c8553311ac926c8467fa
7
- data.tar.gz: ba8dc15989c3e8c6e7d00cd8cb5d13dcfe843c7115dcbb624605d1673540c35648adb418180bb95e92556317a210f9047c02ab72e9bbbd381669a84dcee8547e
6
+ metadata.gz: b2492682d1597eb010b6636f7a65b9b39c172b97a08370848461224f05f256b6c0cb6f5d04ee48ab5a28ab5cb1414c1bda4d67af42b803e10f660f11cc4f7b6c
7
+ data.tar.gz: c0bf68b8e16966800e5e6fc77b0d0aa9db1570bdcebc39e8e09e73bbc1230461028919212d3285ffd89911125dcb9c4a45bafc4d5c294d50c8b1f6696544f59b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.927
1
+ 3.0.929
@@ -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.929
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-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common