tencentcloud-sdk-ccc 3.0.1047 → 3.0.1049
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 +6 -2
- 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: 5b6cc283b30426b10e5729a15f7ba578134127b9
|
4
|
+
data.tar.gz: 86d611b86051c175a7ed1cf5fa8e976e6b64189c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be1f13026efa06827b1dd44c89c1c56b50d01b314225195c707ba46dab980a8ec6d6bfd37a17ce45fb05f228d4ad7ba9739575ec6327bf90620c151d40802743
|
7
|
+
data.tar.gz: 50ea3065c27ba4e7ef7ae878ab92455c868e1a9ec78e8a3d1d9682e72c31ddc33cab0ed696b93584ad246b4a08bef915130658f3fb460b183dae925329293ef3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1049
|
data/lib/v20200210/models.rb
CHANGED
@@ -126,16 +126,19 @@ module TencentCloud
|
|
126
126
|
# @type TTSLatency: Integer
|
127
127
|
# @param LLMLatency: llm时延(毫秒)
|
128
128
|
# @type LLMLatency: Integer
|
129
|
+
# @param LLMFirstTokenLatency: llm首token时延(毫秒)
|
130
|
+
# @type LLMFirstTokenLatency: Integer
|
129
131
|
# @param ETELatency: 端到端时延(毫秒)
|
130
132
|
# @type ETELatency: Integer
|
131
133
|
|
132
|
-
attr_accessor :RoundId, :ASRLatency, :TTSLatency, :LLMLatency, :ETELatency
|
134
|
+
attr_accessor :RoundId, :ASRLatency, :TTSLatency, :LLMLatency, :LLMFirstTokenLatency, :ETELatency
|
133
135
|
|
134
|
-
def initialize(roundid=nil, asrlatency=nil, ttslatency=nil, llmlatency=nil, etelatency=nil)
|
136
|
+
def initialize(roundid=nil, asrlatency=nil, ttslatency=nil, llmlatency=nil, llmfirsttokenlatency=nil, etelatency=nil)
|
135
137
|
@RoundId = roundid
|
136
138
|
@ASRLatency = asrlatency
|
137
139
|
@TTSLatency = ttslatency
|
138
140
|
@LLMLatency = llmlatency
|
141
|
+
@LLMFirstTokenLatency = llmfirsttokenlatency
|
139
142
|
@ETELatency = etelatency
|
140
143
|
end
|
141
144
|
|
@@ -144,6 +147,7 @@ module TencentCloud
|
|
144
147
|
@ASRLatency = params['ASRLatency']
|
145
148
|
@TTSLatency = params['TTSLatency']
|
146
149
|
@LLMLatency = params['LLMLatency']
|
150
|
+
@LLMFirstTokenLatency = params['LLMFirstTokenLatency']
|
147
151
|
@ETELatency = params['ETELatency']
|
148
152
|
end
|
149
153
|
end
|
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.1049
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|