tencentcloud-sdk-tione 3.0.680 → 3.0.681

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c4332c806516e00179685a0dd8f14ee961dcf3d
4
- data.tar.gz: 47e54637683a3ba26c3b9ca9a167b7d542cbf6cc
3
+ metadata.gz: ef2c47d1d3b43aecaf63e565b5bb79e2235feb18
4
+ data.tar.gz: c835d388dbbef96e538117e1f615e62f44fbea9c
5
5
  SHA512:
6
- metadata.gz: fbfe5c302de22dfff9a13841a635b915599a15a336f3d15d72541ce06fe3026be26a9db962611f6357503f57dc8975011d441d95687a7564a6574077a8c04296
7
- data.tar.gz: 816822aa485f48df648a39d9eb1c81d763df2f49ab1b2d34479201fdd9652397f58f294d8a34551f0b2c295276ac429ae4465b312344e6c50fa5f7b82b8dcd18
6
+ metadata.gz: fa8bb0ac48a07974454a6e13698abe68184fe122f91e65953098416a110f4443229feaf54ccede1d30e0572c8e10608b5f8b9df5509cd782457e477735eb8cc2
7
+ data.tar.gz: 2544a66e1152dbcf3a39f1c3c8aa5e010654096bcfc3311bed900dad981f6f095bf2d3c863ba4d77fa01f0a536cc90c9d783e5db18ed4704e2d333fb6db427de
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.680
1
+ 3.0.681
@@ -29,9 +29,7 @@ module TencentCloud
29
29
  end
30
30
 
31
31
 
32
- # 该接口支持与两种类型大模型的聊天。
33
- # 1. 与多行业多场景大模型的在线体验聊天
34
- # 2. 与自行部署的开源大模型的聊天
32
+ # 该接口支持与自行部署的大模型的聊天。
35
33
 
36
34
  # @param request: Request instance for ChatCompletion.
37
35
  # @type request: :class:`Tencentcloud::tione::V20211111::ChatCompletionRequest`
@@ -556,7 +556,6 @@ module TencentCloud
556
556
  # ChatCompletion请求参数结构体
557
557
  class ChatCompletionRequest < TencentCloud::Common::AbstractModel
558
558
  # @param Model: 对话的目标模型ID。
559
- # 多行业多场景大模型在线体验聊天:tj_llm_clm-v1。
560
559
  # 自行部署的开源大模型聊天:部署的模型服务组ID,形如ms-xxyyzz。
561
560
  # @type Model: String
562
561
  # @param Messages: 输入对话历史。旧的对话在前,数组中最后一项应该为这次的问题。
@@ -7934,7 +7933,6 @@ module TencentCloud
7934
7933
  # @param Question: 问题描述
7935
7934
  # @type Question: String
7936
7935
  # @param ModelVersion: 会话模型版本。
7937
- # 多行业多场景大模型:填写 tj_llm_clm-v1。
7938
7936
  # 多行业客服大模型:填写demo_big_model_version_id。
7939
7937
  # 默认为demo_big_model_version_id,即多行业客服大模型。
7940
7938
  # @type ModelVersion: String
@@ -10106,8 +10104,8 @@ module TencentCloud
10106
10104
 
10107
10105
  attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions, :Reason
10108
10106
  extend Gem::Deprecate
10109
- deprecate :StatefulSetCondition, :none, 2023, 9
10110
- deprecate :StatefulSetCondition=, :none, 2023, 9
10107
+ deprecate :StatefulSetCondition, :none, 2023, 10
10108
+ deprecate :StatefulSetCondition=, :none, 2023, 10
10111
10109
 
10112
10110
  def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil, reason=nil)
10113
10111
  @Replicas = replicas
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tione
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.680
4
+ version: 3.0.681
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-19 00:00:00.000000000 Z
11
+ date: 2023-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common