tencentcloud-sdk-lkeap 3.0.999 → 3.0.1000

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: 1fba08bb09939514719083e425e78cd9ed00174c
4
- data.tar.gz: 0f4c732b954ec3cd2c4d58cb5bb8d460831a12a2
3
+ metadata.gz: 071588d3f19442ea1adff960f4b81796df4a72ad
4
+ data.tar.gz: 1d8d16c375d7b14f306b3af21658a2edbb7f71c2
5
5
  SHA512:
6
- metadata.gz: e63d9cc010472edb0807168ed32572d920e5196462e245ed33c59225ab2101b46b20e027f87e9ab94dd27d3292ad08a5e7628f27d25a44a04d96e6bbd9007c59
7
- data.tar.gz: bb5a3a0f3eadf9a934b80d1a43c0d55e22961a19bb217f80a8aa3ebd233f85ea55da2cb6e3820b29160c3dc9a088407586a971539f625fe347b39e27b9ad71dc
6
+ metadata.gz: 7d88563d04edb52046d45de33c141d619618e45b9586f96372c764fe144266a33272e36f84721cd7e550f81646808c13306ad1f95334ce4c7060f02989bdd599
7
+ data.tar.gz: 7bce2a2e5e46fc2850054846b92452494d533a6697c5cd81d589d9933088106ce002f795b4977f645433b4042c4be0150ec5e454990ed02c699443f0ff2a6cba
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.999
1
+ 3.0.1000
@@ -37,10 +37,10 @@ module TencentCloud
37
37
  # #### 已支持的模型
38
38
  # - DeepSeek-V3(model 参数值为**deepseek-v3**)
39
39
  # - DeepSeek-V3为671B参数MoE模型,在百科知识、数学推理等多项任务上优势突出,评测成绩在主流榜单中位列开源模型榜首。
40
- # - 支持64K上下文长度,最大支持8K输出长度。
40
+ # - 支持64K上下文长度,最大支持16K输出长度(含思维链)。
41
41
  # - DeepSeek-R1(model 参数值为**deepseek-r1**)
42
42
  # - DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。
43
- # - 支持64K上下文长度,最大支持8K输出长度。
43
+ # - 支持64K上下文长度,最大支持16K输出长度(含思维链)。
44
44
 
45
45
  # #### 计费说明
46
46
  # - 限时免费
@@ -436,6 +436,7 @@ module TencentCloud
436
436
  # 参考:[腾讯云COS文档](https://cloud.tencent.com/document/product/436/7749)
437
437
  # @type FileUrl: String
438
438
  # @param FileBase64: 文件的 Base64 值。
439
+ # 支持的文件类型: PNG、JPG、JPEG、PDF、GIF、BMP、TIFF
439
440
  # 支持的文件大小:所下载文件经Base64编码后不超过 8M。文件下载时间不超过 3 秒。
440
441
  # 支持的图片像素:单边介于20-10000px之间。
441
442
  # 文件的 FileUrl、FileBase64 必须提供一个,如果都提供,只使用 FileUrl。
@@ -2051,8 +2052,8 @@ module TencentCloud
2051
2052
  class UploadDocRequest < TencentCloud::Common::AbstractModel
2052
2053
  # @param KnowledgeBaseId: 知识库ID
2053
2054
  # @type KnowledgeBaseId: String
2054
- # @param FileName: 文件名,可选。
2055
- # **需带文件类型后缀**,当文件名无法从传入的`FileUrl`获取时需要通过该字段来明确。
2055
+ # @param FileName: 文件名。
2056
+ # **需带文件类型后缀**
2056
2057
  # @type FileName: String
2057
2058
  # @param FileType: 文件类型。
2058
2059
 
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.999
4
+ version: 3.0.1000
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-16 00:00:00.000000000 Z
11
+ date: 2025-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common