tencentcloud-sdk-ccc 3.0.927 → 3.0.928
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200210/models.rb +5 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 95ab639c1d193a8f952c804ae8d1b4cd6242bbd8
|
|
4
|
+
data.tar.gz: 2b77f3589f7eeb61ba8576fc423242e3de09f036
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 78930d3405369510e0eccae90373e6afdac2a3c98f94d681533f3fed1770f51f858f9153feea728a003ec64baf067b20da3840388664c23283bfd1d6a3325c82
|
|
7
|
+
data.tar.gz: b5c2ed293b92af6eafc4794d0a2eac3e5086e0344a4500367796f70e4b74142e844c0e8ec4362ef7af19fb7ddc9a2244b9e6fbaeb512c376c5c98da2b9858a19
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.928
|
data/lib/v20200210/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|