tencentcloud-sdk-lkeap 3.0.996 → 3.0.997

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: 4fb78ea4de8b44db343d7aadcac502607ece5da7
4
- data.tar.gz: 53f5da3f10416833acc3fbb48d70ada4a35f7c63
3
+ metadata.gz: e5bcd20892f17d8845886fe1ee2e88fb6251f4ca
4
+ data.tar.gz: 5011d6f523f82eb664a5bc75aa0d3b54315ac54a
5
5
  SHA512:
6
- metadata.gz: 34399caa03ff56e5de70cc6ca9b4a68d44556b97f643d648547ae49ef1f9a27e113c67eee6112dc6900d6c5542398185f758dcaeb0eac4dcd2a3901f247f8932
7
- data.tar.gz: 9813831d569be5b35ce298013324183d7dfde246fda44e62eae8c290706e4ca2b4ef051c699c7dae480d0e19af8902d59db07543bbca051bd49d64d323ceb58f
6
+ metadata.gz: 34d7d3791d27c289c264fd0f911e0b8634f3baf04dbc9d54b08000fff3e2f991153d3ceb2e10a6bf06ec8d5650025b071855e65091cebd370e3882b1b03056d1
7
+ data.tar.gz: 9e980ced3341a60fe9e02866c362555fcfe772d1c4ab5c9e9904c964b5c811ef3b844ea6c5cafbe78cf2722ec84749d173792a1c8b0acbbbef1af7ec8c397ede
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.996
1
+ 3.0.997
@@ -47,7 +47,8 @@ module TencentCloud
47
47
 
48
48
  # 本接口调用DeepSeek系列模型限时免费。即日至北京时间2025年2月25日23:59:59,所有腾讯云用户均可享受DeepSeek-V3、DeepSeek-R1模型限时免费服务,单账号限制接口并发上限为5。在此之后,模型价格将恢复至原价。
49
49
  # - 标准计费(2025年2月26日起生效)
50
- # ![image](https://cdn.xiaowei.qq.com/static/lke/deepseek-token.png)
50
+
51
+ # ![image](https://cdn.xiaowei.qq.com/static/lke/deekseep-token0212.png)
51
52
 
52
53
  # ### Openai兼容协议接口
53
54
  # 知识引擎原子能力大模型对话 API 兼容了 OpenAI 的接口规范,这意味着您可以直接使用 OpenAI 官方提供的 SDK 来调用大模型对话接口。您仅需要将 base_url 和 [api_key](https://cloud.tencent.com/document/product/1772/115970) 替换成相关配置,不需要对应用做额外修改,即可无缝将您的应用切换到相应的大模型。请参考文档:[OpenAI 兼容接口](https://cloud.tencent.com/document/product/1772/115968)。
@@ -108,7 +108,7 @@ module TencentCloud
108
108
  # 说明:
109
109
  # 1. 长度最多为 40,按对话时间从旧到新在数组中排列。
110
110
  # 2. Message.Role 可选值:system、user、assistant。
111
- # 其中,system 角色可选,如存在则必须位于列表的最开始。user(tool) 和 assistant 需交替出现(一问一答),以 user 提问开始,user(tool)提问结束,其中tool可以连续出现多次,且 Content 不能为空。Role 的顺序示例:[system(可选) user assistant user(tool tool ...) assistant user(tool tool ...) ...]。
111
+ # 其中,system 角色可选,如存在则必须位于列表的最开始。user 和 assistant 需交替出现,以 user 提问开始,user 提问结束,Content 不能为空。Role 的顺序示例:[system(可选) user assistant user assistant user ...]。
112
112
  # @type Messages: Array
113
113
  # @param Stream: 是否流式输出
114
114
  # @type Stream: Boolean
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lkeap
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.996
4
+ version: 3.0.997
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-02-11 00:00:00.000000000 Z
11
+ date: 2025-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common