tencentcloud-sdk-hunyuan 3.0.950 → 3.0.952
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20230901/models.rb +2 -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: bbb8c3c8e14e75c4022b1c346dfe985005728b13
|
4
|
+
data.tar.gz: 8e3dd2fbdbc7c354fbdd5a337f8d8c8a73a5fd6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ae2f5e83f9a8c27d1f5a9bdc41f66c7ce64a13e086fb3e385302cf95d92cb2e138369cca8e9d35abb80a9b458a844af2f11f576fb710720ac2d9f16f3a69a02
|
7
|
+
data.tar.gz: 48ff616fe856f809abd547de94d915f858e0416a851f3986143afc8d25248eec7a7d7d2c29b8d87aafb6054d923aaa4f468fcdf8e799b12baf527ea9dd6bd8c3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.952
|
data/lib/v20230901/models.rb
CHANGED
@@ -51,7 +51,7 @@ module TencentCloud
|
|
51
51
|
|
52
52
|
# ChatCompletions请求参数结构体
|
53
53
|
class ChatCompletionsRequest < TencentCloud::Common::AbstractModel
|
54
|
-
# @param Model: 模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-pro、 hunyuan-code、 hunyuan-role、 hunyuan-functioncall、 hunyuan-vision、 hunyuan-turbo、 hunyuan-turbo-latest、 hunyuan-large。
|
54
|
+
# @param Model: 模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-pro、 hunyuan-code、 hunyuan-role、 hunyuan-functioncall、 hunyuan-vision、 hunyuan-turbo、 hunyuan-turbo-latest、 hunyuan-large、 hunyuan-large-longcontext、 hunyuan-turbo-vision。
|
55
55
|
# 各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。
|
56
56
|
|
57
57
|
# 注意:
|
@@ -1125,7 +1125,7 @@ module TencentCloud
|
|
1125
1125
|
# @type Role: String
|
1126
1126
|
# @param Content: 文本内容
|
1127
1127
|
# @type Content: String
|
1128
|
-
# @param Contents: 多种类型内容(目前支持图片和文本),仅 hunyuan-vision 模型支持
|
1128
|
+
# @param Contents: 多种类型内容(目前支持图片和文本),仅 hunyuan-vision 和 hunyuan-turbo-vision 模型支持
|
1129
1129
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1130
1130
|
# @type Contents: Array
|
1131
1131
|
# @param ToolCallId: 当role为tool时传入,标识具体的函数调用
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-hunyuan
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.952
|
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-
|
11
|
+
date: 2024-12-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|